Try to output scan result.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user