removed secret scanning from static files
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
fdd8bbe18e
commit
11198a675a
@ -22,10 +22,10 @@ steps:
|
||||
|
||||
gcloud auth configure-docker us-central1-docker.pkg.dev -q
|
||||
|
||||
trivy image --exit-code 1 --severity CRITICAL $REG/server1:$IMG_TAG
|
||||
trivy image --exit-code 1 --severity CRITICAL $REG/server2:$IMG_TAG
|
||||
trivy image --exit-code 1 --severity CRITICAL $REG/server3:$IMG_TAG
|
||||
trivy image --exit-code 1 --severity CRITICAL $REG/nginx:$IMG_TAG
|
||||
trivy image --scanners vuln --exit-code 1 --severity CRITICAL $REG/server1:$IMG_TAG
|
||||
trivy image --scanners vuln --exit-code 1 --severity CRITICAL $REG/server2:$IMG_TAG
|
||||
trivy image --scanners vuln --exit-code 1 --severity CRITICAL $REG/server3:$IMG_TAG
|
||||
trivy image --scanners vuln --exit-code 1 --severity CRITICAL $REG/nginx:$IMG_TAG
|
||||
|
||||
|
||||
- name: staging-deploy
|
||||
|
Loading…
Reference in New Issue
Block a user