Skip to content

Commit

Permalink
[CI] Create unique OWASP dependency check reports for each branch (ap…
Browse files Browse the repository at this point in the history
…ache#13601)

- currently the uploaded reports for different branches
  get overwritten since a common name is used
  • Loading branch information
lhotari authored Jan 4, 2022
1 parent de99c2c commit 561cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-owasp-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: owasp-dependency-check-reports
name: owasp-dependency-check-reports-${{ matrix.checkout_branch }}
path: |
distribution/server/target/dependency-check-report.html
distribution/offloaders/target/dependency-check-report.html
Expand Down

0 comments on commit 561cde6

Please sign in to comment.