Skip to content

Commit 8af1823

Browse files
disable scan validator
1 parent 38bef58 commit 8af1823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_multi_arch_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Display scan results
4444
run: cat ${{ steps.inspector.outputs.inspector_scan_results }}
4545

46-
- name: Validate scan content
47-
run: python3 validator/validate_inspector_scan.py --file ${{ steps.inspector.outputs.inspector_scan_results }}
46+
#- name: Validate scan content
47+
# run: python3 validator/validate_inspector_scan.py --file ${{ steps.inspector.outputs.inspector_scan_results }}
4848

4949
# only run if the previous step failed
5050
- name: Notify maintainers of validation failure

0 commit comments

Comments
 (0)