Skip to content

Commit

Permalink
[fix][ci] Pin aquasecurity/[email protected] since master is broken (
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Oct 10, 2024
1 parent b051dcd commit 3dc0ade
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 @@ -894,7 +894,7 @@ jobs:

- name: Run Trivy container scan
id: trivy_scan
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.26.0
if: ${{ github.repository == 'apache/pulsar' && github.event_name != 'pull_request' }}
continue-on-error: true
with:
Expand Down

0 comments on commit 3dc0ade

Please sign in to comment.