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
+2-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ jobs:
21
21
- name: Checkout Source
22
22
uses: actions/checkout@v4
23
23
- 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.
25
26
with:
26
27
# we let the report trigger content trigger a failure using the GitHub Security features.
0 commit comments