Skip to content

Commit 7c6cf78

Browse files
remove inspector-scan validator, not applicable
1 parent bff0cb4 commit 7c6cf78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_multi_arch_images.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
- name: Display scan results
5858
run: cat ${{ steps.inspector.outputs.inspector_scan_results }}
5959

60-
- name: Validate platform architecture - ${{ matrix.platform }}
60+
- name: Validate multi-arch - ${{ matrix.platform }}
6161
run: python3 validator/validate_multi_platform_image_support.py --platform "${{ matrix.platform }}" --sbom "${{ steps.inspector.outputs.artifact_sbom }}"
6262

63-
- name: Validate scan content
64-
run: python3 validator/validate_inspector_scan.py --file ${{ steps.inspector.outputs.inspector_scan_results }}
6563

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

0 commit comments

Comments
 (0)