Skip to content

Commit

Permalink
chore(deps): update aquasecurity/trivy-action action to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 51b3270 commit 963ebd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
file: ${{ env.DOCKERFILE }}
# Trivy requires an OCI type tar to run the scan
- name: Run Github Trivy Image Action
uses: aquasecurity/trivy-action@0.10.0
uses: aquasecurity/trivy-action@0.11.2
with:
image-ref: ${{ matrix.image }}
trivy-config: ${{ inputs.trivy-image-config }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_rocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: |
skopeo --insecure-policy copy oci-archive:$(ls "${{ matrix.path }}"/*.rock) docker://$IMAGE_REF --dest-creds "${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}"
- name: Run Github Trivy Image Action
uses: aquasecurity/trivy-action@0.10.0
uses: aquasecurity/trivy-action@0.11.2
if: steps.rock-cache.outputs.cache-hit != 'true' || inputs.cache-action == 'save'
with:
image-ref: ${{ env.IMAGE_REF }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
run: k6 run load_tests/load-test.js ${{ inputs.load-test-run-args }}
- name: Run Github Trivy FS Action
if: ${{ inputs.trivy-fs-enabled }}
uses: aquasecurity/trivy-action@0.10.0
uses: aquasecurity/trivy-action@0.11.2
with:
scan-type: 'fs'
scan-ref: ${{ inputs.trivy-fs-ref }}
Expand Down

0 comments on commit 963ebd0

Please sign in to comment.