Skip to content

Commit

Permalink
[improve][CI] Improve OWASP dependency check: restore check & upgrade
Browse files Browse the repository at this point in the history
- restore check accidentially removed by PR #
  • Loading branch information
lhotari committed Dec 28, 2023
1 parent 2d57624 commit b8b258a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-owasp-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
- name: run OWASP Dependency Check for distribution/server (-DfailBuildOnAnyVulnerability=true)
run: mvn -B -ntp -Pmain,skip-all,skipDocker,owasp-dependency-check initialize verify -pl distribution/server -DfailBuildOnAnyVulnerability=true

- name: run OWASP Dependency Check for distribution/offloaders and distribution/io
run: mvn -B -ntp -Pmain,skip-all,skipDocker,owasp-dependency-check initialize verify -pl distribution/offloaders,distribution/io

- name: Upload OWASP Dependency Check reports
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit b8b258a

Please sign in to comment.