Skip to content

Commit

Permalink
[fix][ci] Pin aquasecurity/trivy-action@0.26.0 since master is broken (
Browse files Browse the repository at this point in the history
…#23431)

(cherry picked from commit 3dc0ade)
  • Loading branch information
lhotari committed Oct 10, 2024
1 parent dd1a8c0 commit a615780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ jobs:
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz && src/check-binary-license.sh ./distribution/shell/target/apache-pulsar-shell-*-bin.tar.gz

- name: Run Trivy container scan
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.26.0
if: ${{ github.repository == 'apache/pulsar' && github.event_name != 'pull_request' }}
with:
image-ref: "apachepulsar/pulsar:latest"
Expand Down

0 comments on commit a615780

Please sign in to comment.