You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/gosec.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jobs:
22
22
uses: actions/checkout@v4
23
23
- name: Run Gosec Security Scanner
24
24
#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.
26
26
with:
27
27
# we let the report trigger content trigger a failure using the GitHub Security features.
0 commit comments