Skip to content

Commit

Permalink
[improve][ci] Run OWASP dependency check for offloaders and pulsar-io…
Browse files Browse the repository at this point in the history
… even when main check fails (#21826)
  • Loading branch information
lhotari authored Dec 29, 2023
1 parent 23391d3 commit e442bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-owasp-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:

- 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
if: !cancelled()

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

0 comments on commit e442bb3

Please sign in to comment.