This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new e442bb3eb23 [improve][ci] Run OWASP dependency check for offloaders
and pulsar-io even when main check fails (#21826)
e442bb3eb23 is described below
commit e442bb3eb238d0f2cc11b0b7c81bdffa7160a3dd
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Dec 29 14:21:10 2023 +0200
[improve][ci] Run OWASP dependency check for offloaders and pulsar-io even
when main check fails (#21826)
---
.github/workflows/ci-owasp-dependency-check.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci-owasp-dependency-check.yaml
b/.github/workflows/ci-owasp-dependency-check.yaml
index c63bdb29e03..8563e382a4d 100644
--- a/.github/workflows/ci-owasp-dependency-check.yaml
+++ b/.github/workflows/ci-owasp-dependency-check.yaml
@@ -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