We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747a1a4 commit 9fef6c9Copy full SHA for 9fef6c9
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -102,9 +102,9 @@ jobs:
102
with:
103
name: "scan_results_docker_${{ inputs.container_name }}_${{ matrix.arch }}.json"
104
path: .out/scan_results_docker.json
105
- - name: Check docker vulnerabilities - json output
+ - name: Check docker vulnerabilities - table output
106
run: |
107
- make scan-image-json
+ make scan-image
108
env:
109
CONTAINER_NAME: '${{ inputs.container_name }}'
110
BASE_FOLDER: "${{ inputs.base_folder }}"
0 commit comments