Skip to content

Commit

Permalink
change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Sep 27, 2024
1 parent df86d19 commit 25e7c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
gosec:
runs-on: ubuntu-latest
continue-on-error: true
env:
GO111MODULE: on
outputs:
Expand All @@ -22,6 +21,7 @@ jobs:
cache: false
- name: Run Gosec
id: gosec-run
continue-on-error: true
uses: securego/gosec@master
with:
args: '-exclude=G104,G115,G304,G406,G507 ./...'
Expand Down

0 comments on commit 25e7c28

Please sign in to comment.