mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-05-05 20:16:15 +02:00
Update aquasecurity/trivy-action action to v0.34.0 [SECURITY]
This commit is contained in:
parent
cd1950c036
commit
4ff0b9b33e
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
- name: Run Trivy vulnerability scanner (amd64)
|
||||
uses: aquasecurity/trivy-action@0.33.1
|
||||
uses: aquasecurity/trivy-action@0.34.0
|
||||
with:
|
||||
image-ref: 'ghcr.io/netbootxyz/netbootxyz@${{ steps.build.outputs.digest }}'
|
||||
version: 'v0.69.3'
|
||||
@ -186,7 +186,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
- name: Run Trivy vulnerability scanner (arm64)
|
||||
uses: aquasecurity/trivy-action@0.33.1
|
||||
uses: aquasecurity/trivy-action@0.34.0
|
||||
env:
|
||||
TRIVY_PLATFORM: linux/arm64
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user