Light refactor #57

Merged
khwezi merged 1 commits from test into main 2026-03-08 14:26:14 +02:00
Showing only changes of commit 1fa3f6bb4b - Show all commits

View File

@@ -81,11 +81,6 @@ steps:
image: aquasec/trivy image: aquasec/trivy
commands: commands:
- trivy image --exit-code 1 --severity CRITICAL khwezi/webapitest:${DRONE_BUILD_NUMBER} - trivy image --exit-code 1 --severity CRITICAL khwezi/webapitest:${DRONE_BUILD_NUMBER}
- name: container-scan
image: aquasec/trivy
commands:
- trivy image --exit-code 1 --severity CRITICAL khwezi/webapitest:${DRONE_BUILD_NUMBER}
--- ---
kind: pipeline kind: pipeline
type: docker type: docker