Removed triggers on build stage #102
@@ -27,13 +27,7 @@ steps:
|
|||||||
TRIVY_USERNAME: { from_secret: docker_username }
|
TRIVY_USERNAME: { from_secret: docker_username }
|
||||||
TRIVY_PASSWORD: { from_secret: docker_password }
|
TRIVY_PASSWORD: { from_secret: docker_password }
|
||||||
commands:
|
commands:
|
||||||
- trivy image --image-src remote --exit-code 1 --severity CRITICAL nexus.khongisa.co.za/webapitest:${DRONE_BUILD_NUMBER}
|
- trivy image --image-src remote --exit-code 1 --severity CRITICAL nexus.khongisa.co.za/webapitest:${DRONE_BUILD_NUMBER}
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- pull_request
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|||||||
Reference in New Issue
Block a user