removed secret scanning from static files
This commit is contained in:
parent
ad31a9ca27
commit
875e96a4ea
@ -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