Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): bump aquasecurity/trivy-action from 0.24.0 to 0.25.0 #94

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
DOCKER_CONTENT_TRUST: 1

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: '${{ inputs.image }}:${{ steps.meta.outputs.version }}'
format: 'json'
Expand All @@ -133,7 +133,7 @@ jobs:
output: 'trivy.json'

- name: Convert trivy results to sarif
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: trivy.json
scan-type: 'convert'
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
TAGS: ${{ steps.meta.outputs.tags }}

- name: Convert trivy results to CycloneDX
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: trivy.json
scan-type: 'convert'
Expand All @@ -197,7 +197,7 @@ jobs:
if: github.event_name != 'pull_request' && startsWith(github.event.ref, 'refs/tags/v')

- name: Convert trivy results to cosign-vuln
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: trivy.json
scan-type: 'convert'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/schedule-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: sigstore/[email protected]

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: ${{ inputs.image-ref }}
timeout: ${{ inputs.timeout }}
Expand All @@ -46,7 +46,7 @@ jobs:
output: 'trivy.json'

- name: Convert trivy results to sarif
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: trivy.json
scan-type: 'convert'
Expand All @@ -64,7 +64,7 @@ jobs:
sarif_file: 'trivy.sarif'

- name: Convert trivy results to cosign-vuln
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.25.0
with:
image-ref: trivy.json
scan-type: 'convert'
Expand Down