We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97297ce + 41ee8ff commit 8ffc78cCopy full SHA for 8ffc78c
1 file changed
.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@bb17e422fc34bf4c0a2e5cab9d07dc45a68c040c # v2.24.7
+ uses: securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0
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