Skip to content

Commit fdaa8ba

Browse files
author
Michael Long
committed
test 3
1 parent 868c842 commit fdaa8ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
uses: aws-actions/vulnerability-scan-github-action-for-amazon-inspector@v1.1.3
3636
with:
3737
artifact_type: 'container'
38-
artifact_path: 'ubuntu:14.04'
38+
artifact_path: 'alpine:latest'
3939
display_vulnerability_findings: "enabled"
40-
sbomgen_version: "1.3.1"
40+
sbomgen_version: "1.4.0"
4141

4242
- name: Display scan results (CSV)
4343
run: cat ${{ steps.inspector.outputs.inspector_scan_results_csv }}

0 commit comments

Comments
 (0)