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 710f624 commit a6f0bb4Copy full SHA for a6f0bb4
.github/workflows/secscan.yaml
@@ -18,7 +18,7 @@ jobs:
18
if: ${{ github.actor != 'dependabot[bot]' }}
19
- name: Run Gosec Security Scanner
20
21
- uses: securego/gosec@v2.22.0
+ uses: securego/gosec@v2.22.3
22
with:
23
# we let the report trigger content trigger a failure using the GitHub Security features.
24
args: '-no-fail -fmt sarif -out results.sarif ./...'
0 commit comments