mirror of
https://github.com/kairos-io/kairos-framework.git
synced 2025-06-02 23:10:16 +00:00
chore(deps): update aquasecurity/trivy-action action to v0.30.0 (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4e23048d23
commit
73ddd2907e
4
.github/workflows/reusable-build.yaml
vendored
4
.github/workflows/reusable-build.yaml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
SECURITY_PROFILE=${{ inputs.security_profile }}
|
||||
- name: Run Trivy vulnerability scanner on PR
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
uses: aquasecurity/trivy-action@0.29.0
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
with:
|
||||
image-ref: ${{ steps.meta.outputs.tags }}
|
||||
exit-code: '1'
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
fail-build: true
|
||||
- name: Run Trivy vulnerability scanner on push
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: aquasecurity/trivy-action@0.29.0
|
||||
uses: aquasecurity/trivy-action@0.30.0
|
||||
with:
|
||||
image-ref: ${{ env.REPOSITORY }}:${{ steps.meta.outputs.version }}
|
||||
format: 'sarif'
|
||||
|
Loading…
Reference in New Issue
Block a user