mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-05-05 20:16:15 +02:00
Disable Trivy vulnerability scanner for arm64
Comment out the Trivy vulnerability scanner step for arm64.
This commit is contained in:
parent
f0f9fc72ab
commit
8180753aec
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@ -185,18 +185,18 @@ jobs:
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
||||
- name: Run Trivy vulnerability scanner (arm64)
|
||||
uses: aquasecurity/trivy-action@0.35.0
|
||||
env:
|
||||
TRIVY_PLATFORM: linux/arm64
|
||||
with:
|
||||
image-ref: 'ghcr.io/netbootxyz/netbootxyz@${{ steps.build.outputs.digest }}'
|
||||
version: 'v0.69.3'
|
||||
format: 'table'
|
||||
exit-code: ${{ needs.setup.outputs.is_pr == 'true' && '1' || '0' }}
|
||||
ignore-unfixed: true
|
||||
vuln-type: 'os,library'
|
||||
severity: 'CRITICAL,HIGH'
|
||||
# - name: Run Trivy vulnerability scanner (arm64)
|
||||
# uses: aquasecurity/trivy-action@0.35.0
|
||||
# env:
|
||||
# TRIVY_PLATFORM: linux/arm64
|
||||
# with:
|
||||
# image-ref: 'ghcr.io/netbootxyz/netbootxyz@${{ steps.build.outputs.digest }}'
|
||||
# version: 'v0.69.3'
|
||||
# format: 'table'
|
||||
# exit-code: ${{ needs.setup.outputs.is_pr == 'true' && '1' || '0' }}
|
||||
# ignore-unfixed: true
|
||||
# vuln-type: 'os,library'
|
||||
# severity: 'CRITICAL,HIGH'
|
||||
|
||||
manifest:
|
||||
needs: [setup, build-amd64, build-arm64]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user