Skip to content

Commit

Permalink
Add an upload-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Apr 17, 2023
1 parent a45589e commit 4c3ae87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/owasp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
- name: Perform OWASP Dependency Check Report
run: ./mvnw -Dowasp-report

- uses: actions/upload-artifact@v3
with:
name: dependency-check-report
path: target/dependency-check-report.html
retention-days: 5

0 comments on commit 4c3ae87

Please sign in to comment.