Skip to content

Commit

Permalink
ci: change action name and add gosec
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Feb 13, 2024
1 parent b7c4985 commit 7adcd66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linting.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linting
name: CI
on:
push:
branches:
Expand Down Expand Up @@ -30,3 +30,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...

0 comments on commit 7adcd66

Please sign in to comment.