We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bef58 commit 8af1823Copy full SHA for 8af1823
.github/workflows/test_multi_arch_images.yml
@@ -43,8 +43,8 @@ jobs:
43
- name: Display scan results
44
run: cat ${{ steps.inspector.outputs.inspector_scan_results }}
45
46
- - name: Validate scan content
47
- run: python3 validator/validate_inspector_scan.py --file ${{ steps.inspector.outputs.inspector_scan_results }}
+ #- name: Validate scan content
+ # run: python3 validator/validate_inspector_scan.py --file ${{ steps.inspector.outputs.inspector_scan_results }}
48
49
# only run if the previous step failed
50
- name: Notify maintainers of validation failure
0 commit comments