Skip to content

Commit

Permalink
Fix scan command
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Feb 29, 2024
1 parent 140cf6c commit 96df9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amazon-inspector-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
tags: ${{ inputs.docker-image-name }}:latest
- name: Setup Amazon Inspector SBOM Generator
id: setup-sbomgen
uses: build-failure/setup-inspector-sbomgen@v1
uses: build-failure/setup-inspector-sbomgen@v1.0.0
- name: Scan Local Image
run: "$inspector_sbomgen --image ${{ inputs.docker-image-name }}:latest -o $inspector_sbomgen_output_path"
run: "$inspector_sbomgen container --image ${{ inputs.docker-image-name }}:latest -o $inspector_sbomgen_output_path"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 96df9ff

Please sign in to comment.