Skip to content

Commit

Permalink
ci: modify gosec step
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 7adcd66 commit ebd65cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
golangci:
name: lint
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,4 +33,4 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
args: '-exclude=G404,G204,G601 ./...'

0 comments on commit ebd65cc

Please sign in to comment.