Skip to content

Commit

Permalink
build(deps): Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent 4d2ac25 commit c426040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
path: docker.tar

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
with:
input: image
format: sarif
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
path: ${{ steps.build.outputs.package }}

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
with:
scan-type: config
scan-ref: deploy/charts/${{ steps.chart-name.outputs.value }}
Expand Down

0 comments on commit c426040

Please sign in to comment.