Test image scanning with anchore.

This commit is contained in:
2025-03-19 12:17:54 +01:00
parent daf8f0bef5
commit 9ce8641136

View File

@@ -43,3 +43,8 @@ jobs:
with: with:
tags: cs-git.ddnss.de/docker/nginx-fpm:latest tags: cs-git.ddnss.de/docker/nginx-fpm:latest
push: true push: true
- name: Scan image
uses: anchore/scan-action@v6
with:
image: "docker/nginx-fpm:latest"