Skip to content

Commit bff0cb4

Browse files
re-enable inspector scan validation
1 parent afbd08d commit bff0cb4

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
@@ -60,8 +60,8 @@ jobs:
6060
- name: Validate platform architecture - ${{ 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 }}
63+
- name: Validate scan content
64+
run: python3 validator/validate_inspector_scan.py --file ${{ steps.inspector.outputs.inspector_scan_results }}
6565

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

0 commit comments

Comments
 (0)