mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
Display grype output in the log in table format
This commit is contained in:
parent
381dd980e2
commit
a11f8aee97
1 changed files with 5 additions and 1 deletions
6
.github/workflows/scan-container.yaml
vendored
6
.github/workflows/scan-container.yaml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue