Display grype output in the log in table format

This commit is contained in:
Alan Pope 2024-07-30 10:16:40 +01:00
commit a11f8aee97

View file

@ -28,4 +28,8 @@ jobs:
- name: Scan image
uses: anchore/scan-action@v3
with:
image: "localbuild/testimage:latest"
image: "localbuild/testimage:latest"
output-format: table
- name: Inspect action report
run: cat ${{ steps.scan.outputs.table }}