There was an error while loading. Please reload this page.
1 parent b36a759 commit b8aacb3Copy full SHA for b8aacb3
1 file changed
.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.11
+ uses: securego/gosec@v2.22.9
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