Skip to content

Commit 4f1cccb

Browse files
authored
Update main.yml
1 parent f218430 commit 4f1cccb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
with:
3434
sarif_file: snyk_sast_results.json
3535

36+
- name: Upload snyk HTML report
37+
uses: actions/upload-artifact@v3
38+
with:
39+
name: snyk_sast_result_json
40+
path: snyk_sast_results.json
41+
3642
- name: Install packages
3743
run: mvn install
3844

0 commit comments

Comments
 (0)