diff --git a/.github/workflows/scan-container.yaml b/.github/workflows/scan-container.yaml index 8ba3618..799179b 100644 --- a/.github/workflows/scan-container.yaml +++ b/.github/workflows/scan-container.yaml @@ -28,4 +28,8 @@ jobs: - name: Scan image uses: anchore/scan-action@v3 with: - image: "localbuild/testimage:latest" \ No newline at end of file + image: "localbuild/testimage:latest" + output-format: table + + - name: Inspect action report + run: cat ${{ steps.scan.outputs.table }} \ No newline at end of file