Light refactor

This commit is contained in:
2026-03-08 14:25:53 +02:00
parent eb681300c2
commit 1fa3f6bb4b

View File

@@ -81,11 +81,6 @@ steps:
image: aquasec/trivy
commands:
- 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
type: docker