Skip to content

Commit

Permalink
Merge changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Feb 27, 2024
2 parents 75cca77 + 0a5f6c1 commit d99a5e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/amazon-inspector-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
&& curl "https://amazon-inspector-sbomgen.s3.amazonaws.com/latest/linux/amd64/inspector-sbomgen.zip" -O
&& unzip -qq -j inspector-sbomgen.zip -d $inspector_sbomgen_path
&& chmod +x "$inspector_sbomgen_path/inspector-sbomgen"
&& echo "$inspector_sbomgen_path" >> $GITHUB_PATH
- name: Scan Local Image
run: "$inspector_sbomgen_path/inspector-sbomgen" container --image localhost:5000/${{ inputs.docker-image-name }}:latest -o "$inspector_sbomgen_output_path"

Expand Down

0 comments on commit d99a5e4

Please sign in to comment.