Refactored the pipeline to pull the trivy image from nexus as well
This commit is contained in:
@@ -43,7 +43,7 @@ steps:
|
||||
from_secret: docker_password
|
||||
|
||||
- name: vulnerability-scan
|
||||
image: aquasec/trivy:0.50.1
|
||||
image: nexus.khongisa.co.za/aquasec/trivy:0.50.1
|
||||
environment:
|
||||
# Trivy needs these to pull the image from your Nexus to scan it
|
||||
TRIVY_USERNAME:
|
||||
|
||||
Reference in New Issue
Block a user