We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3691f37 + 6c67b01 commit 9ae291eCopy full SHA for 9ae291e
.github/workflows/gosec.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout Source
22
uses: actions/checkout@v4
23
- name: Run Gosec Security Scanner
24
- uses: securego/gosec@v2.21.4
+ uses: securego/gosec@v2.22.2
25
with:
26
# we let the report trigger content trigger a failure using the GitHub Security features.
27
args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'
0 commit comments