Skip to content

Commit b8aacb3

Browse files
authored
Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11" (#7698)
Revert "chore(deps): bump securego/gosec from 2.22.9 to 2.22.11 (#7690)" This reverts commit b698033.
1 parent b36a759 commit b8aacb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/secscan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.actor != 'dependabot[bot]' }}
1919
- name: Run Gosec Security Scanner
2020
if: ${{ github.actor != 'dependabot[bot]' }}
21-
uses: securego/gosec@v2.22.11
21+
uses: securego/gosec@v2.22.9
2222
with:
2323
# we let the report trigger content trigger a failure using the GitHub Security features.
2424
args: '-no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)