Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MimiDas-Snyk authored Jan 13, 2025
1 parent f218430 commit 4f1cccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
with:
sarif_file: snyk_sast_results.json

- name: Upload snyk HTML report
uses: actions/upload-artifact@v3
with:
name: snyk_sast_result_json
path: snyk_sast_results.json

- name: Install packages
run: mvn install

Expand Down

0 comments on commit 4f1cccb

Please sign in to comment.