Skip to content

Commit

Permalink
Pin trivy-action to main
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Oct 23, 2024
1 parent ff4ae00 commit e2bbce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ jobs:
ls -laR "./workspace/.trivy"
- name: Install Trivy
uses: aquasecurity/setup-trivy@eadb05c36f891dc855bba00f67174a1e61528cd4 # v0.2.0
uses: aquasecurity/setup-trivy@eadb05c36f891dc855bba00f67174a1e61528cd4 # v0.2.1
with:
version: v0.56.2
cache: true

- name: Run Trivy security scanner
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@fc1500abdcdc9fc681e98d8912a52fa70dbc67de # main
with:
scan-type: rootfs
scan-ref: './workspace/.trivy/'
Expand Down

0 comments on commit e2bbce2

Please sign in to comment.