Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Jan 15, 2024
1 parent bc1f17b commit daf5749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amazon-inspector-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tags: localhost:5000/${{ inputs.docker-image-name }}:latest
- name: Setup Inspector Sbomgen
run: mkdir -p "${{ inputs.inspector-sbomgen-path }}" \
&& curl -O https://amazon-inspector-sbomgen.s3.amazonaws.com/latest/linux/amd64/inspector-sbomgen.zip \
&& curl -O "https://amazon-inspector-sbomgen.s3.amazonaws.com/latest/linux/amd64/inspector-sbomgen.zip" \
&& unzip -qq -j inspector-sbomgen.zip -d "${{ inputs.inspector-sbomgen-path }}" \
&& chmod +x "${{ inputs.inspector-sbomgen-path }}/inspector-sbomgen" \
&& echo "${{ inputs.inspector-sbomgen-path }}/inspector-sbomgen" >> $GITHUB_PATH
Expand Down

0 comments on commit daf5749

Please sign in to comment.