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 868c842 commit fdaa8baCopy full SHA for fdaa8ba
.github/workflows/test_containers.yml
@@ -35,9 +35,9 @@ jobs:
35
uses: aws-actions/vulnerability-scan-github-action-for-amazon-inspector@v1.1.3
36
with:
37
artifact_type: 'container'
38
- artifact_path: 'ubuntu:14.04'
+ artifact_path: 'alpine:latest'
39
display_vulnerability_findings: "enabled"
40
- sbomgen_version: "1.3.1"
+ sbomgen_version: "1.4.0"
41
42
- name: Display scan results (CSV)
43
run: cat ${{ steps.inspector.outputs.inspector_scan_results_csv }}
0 commit comments