We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a992fc commit 4244d4aCopy full SHA for 4244d4a
.github/workflows/security.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
persist-credentials: false
34
- name: Run gosec security scanner
35
- uses: securego/gosec@c9453023c4e81ebdb6dde29e22d9cd5e2285fb16 # v2.22.8
+ uses: securego/gosec@15d5c61e866bc2e2e8389376a31f1e5e09bde7d8 # v2.22.9
36
37
# with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features.
38
args: "-no-fail -fmt sarif -out gosec.sarif ./..."
0 commit comments