Try to output scan result.
This commit is contained in:
@@ -46,6 +46,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Scan image
|
- name: Scan image
|
||||||
uses: anchore/scan-action@v6
|
uses: anchore/scan-action@v6
|
||||||
|
id: scan
|
||||||
with:
|
with:
|
||||||
image: "docker/nginx-fpm:latest"
|
image: "docker/nginx-fpm:latest"
|
||||||
fail-build: false
|
fail-build: false
|
||||||
|
|
||||||
|
- name: Inspect action SARIF report
|
||||||
|
run: cat ${{ steps.scan.outputs.sarif }}
|
||||||
|
|||||||
Reference in New Issue
Block a user