You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/12/13 03:48:23 UTC

[pulsar] branch master updated: [fix][ci] Fix running OWASP for PRs that change dependencies (#18892)

This is an automated email from the ASF dual-hosted git repository.

lhotari 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 eb3a4bfed5a [fix][ci] Fix running OWASP for PRs that change dependencies (#18892)
eb3a4bfed5a is described below

commit eb3a4bfed5ae33b0e2e3bee1b333419006484e08
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Tue Dec 13 05:48:16 2022 +0200

    [fix][ci] Fix running OWASP for PRs that change dependencies (#18892)
---
 .github/workflows/pulsar-ci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index ea518b58043..e659deaa6eb 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -45,6 +45,8 @@ jobs:
     outputs:
       docs_only: ${{ steps.check_changes.outputs.docs_only }}
       changed_tests: ${{ steps.changes.outputs.tests_files }}
+      need_owasp: ${{ steps.changes.outputs.need_owasp }}
+      
     steps:
       - name: checkout
         uses: actions/checkout@v3