Skip to content

Commit da72c27

Browse files
authored
Update gosec.yml
1 parent eb6fe6f commit da72c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gosec.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Checkout Source
2222
uses: actions/checkout@v4
2323
- name: Run Gosec Security Scanner
24-
uses: securego/gosec@master
24+
#uses: securego/gosec@master
25+
uses: securego/[email protected] #TODO: Use gosec@master. This is temporary because the latest version (2.21.1) has SARIF format compatibility issues with GitHub.
2526
with:
2627
# we let the report trigger content trigger a failure using the GitHub Security features.
2728
args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'

0 commit comments

Comments
 (0)