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 12d0fe6 commit fd17a33Copy full SHA for fd17a33
.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/[email protected].3
+ uses: securego/[email protected].4
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