Skip to content

Commit e40a518

Browse files
authored
Merge pull request #400 from ivpn/dependabot/github_actions/securego/gosec-2.21.4
Bump securego/gosec from 2.20.0 to 2.21.4
2 parents 315965a + 4f15897 commit e40a518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gosec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Run Gosec Security Scanner
2424
#uses: securego/gosec@master
25-
uses: securego/gosec@v2.20.0 #TODO: Use gosec@master. This is temporary because the latest version (2.21.1) has SARIF format compatibility issues with GitHub.
25+
uses: securego/gosec@v2.21.4 #TODO: Use gosec@master. This is temporary because the latest version (2.21.1) has SARIF format compatibility issues with GitHub.
2626
with:
2727
# we let the report trigger content trigger a failure using the GitHub Security features.
2828
args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)