fix image rm

This commit is contained in:
2026-07-22 13:06:07 +00:00
parent c0863741c8
commit c219f08c8f
+3
View File
@@ -45,6 +45,9 @@ jobs:
trivy image --no-progress --severity HIGH,CRITICAL \
--format json "${NAME}:latest" \
> "/tmp/image-scan-${NAME}.json" || true
echo "Removing image: ${NAME}"
docker rmi -f "${NAME}:latest" || true
done
- name: Generate and publish security report to wiki