Try to output scan result.

This commit is contained in:
2025-03-19 12:26:28 +01:00
parent 81f1164d35
commit 23006e78b1

View File

@@ -46,6 +46,10 @@ jobs:
- name: Scan image
uses: anchore/scan-action@v6
id: scan
with:
image: "docker/nginx-fpm:latest"
fail-build: false
- name: Inspect action SARIF report
run: cat ${{ steps.scan.outputs.sarif }}