Added pipeline image scan
All checks were successful
Build and Deploy Container / build_and_deploy (push) Successful in 35s
Scan Image for CVEs / scan_image (push) Successful in 20s

This commit is contained in:
Clemens Hering
2025-11-15 08:31:55 +01:00
parent 88892ac425
commit a0d1e10c78

View File

@@ -37,6 +37,5 @@ jobs:
ssh -i ~/.ssh/id_ed25519 $TARGET_USER@$TARGET_HOST "
set -euo pipefail
export CONTAINER_NAME='$CONTAINER_NAME'
echo 'Start Trivy Scan: '\$CONTAINER_NAME '
trivy image localhost/valtrix-website:latest
"
"