Skip to content

Commit f5af1b0

Browse files
authored
Update DevSecOps.yml
1 parent 797ea91 commit f5af1b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/DevSecOps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
with:
4040
args: '-no-fail -fmt sarif -out results.sarif ./...'
4141

42+
- name: Save Gosec output as artifact
43+
uses: actions/upload-artifact@v3
44+
with:
45+
name: gosec-results
46+
path: results.sarif
47+
4248
- name: Upload SARIF file
4349
uses: github/codeql-action/upload-sarif@v3
4450
with:

0 commit comments

Comments
 (0)