Skip to content

Commit 9fef6c9

Browse files
committed
fix scan
1 parent 747a1a4 commit 9fef6c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
with:
103103
name: "scan_results_docker_${{ inputs.container_name }}_${{ matrix.arch }}.json"
104104
path: .out/scan_results_docker.json
105-
- name: Check docker vulnerabilities - json output
105+
- name: Check docker vulnerabilities - table output
106106
run: |
107-
make scan-image-json
107+
make scan-image
108108
env:
109109
CONTAINER_NAME: '${{ inputs.container_name }}'
110110
BASE_FOLDER: "${{ inputs.base_folder }}"

0 commit comments

Comments
 (0)