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 2426096 commit c96abb7Copy full SHA for c96abb7
.github/workflows/security.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout Source
21
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5
22
- name: Run gosec security scanner
23
- uses: securego/gosec@6be2b51fd78feca86af91f5186b7964d76cb1256 # v2.22.10
+ uses: securego/gosec@424fc4cd9c82ea0fd6bee9cd49c2db2c3cc0c93f # v2.22.11
24
with:
25
# with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features.
26
args: "-no-fail -fmt sarif -out gosec.sarif ./..."
0 commit comments