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 afbd08d commit bff0cb4Copy full SHA for bff0cb4
.github/workflows/test_multi_arch_images.yml
@@ -60,8 +60,8 @@ jobs:
60
- name: Validate platform architecture - ${{ matrix.platform }}
61
run: python3 validator/validate_multi_platform_image_support.py --platform "${{ matrix.platform }}" --sbom "${{ steps.inspector.outputs.artifact_sbom }}"
62
63
- #- name: Validate scan content
64
- # 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 }}
65
66
# only run if the previous step failed
67
- name: Notify maintainers of validation failure
0 commit comments