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 bff0cb4 commit 7c6cf78Copy full SHA for 7c6cf78
.github/workflows/test_multi_arch_images.yml
@@ -57,11 +57,9 @@ jobs:
57
- name: Display scan results
58
run: cat ${{ steps.inspector.outputs.inspector_scan_results }}
59
60
- - name: Validate platform architecture - ${{ matrix.platform }}
+ - name: Validate multi-arch - ${{ 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 }}
65
66
# only run if the previous step failed
67
- name: Notify maintainers of validation failure
0 commit comments