Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Feb 27, 2024
1 parent dc5cddc commit 6aa6e25
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 @@ -12,7 +12,7 @@ on:
default: 'Dockerfile'
docker-image-name:
required: false
4: string
type: string
default: ${{ github.repository }}
jobs:
build:
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
&& unzip -qq -j inspector-sbomgen.zip -d $inspector_sbomgen_path
&& chmod +x "$inspector_sbomgen_path/inspector-sbomgen"
- name: Scan Local Image
run: "$inspector_sbomgen_path"/inspector-sbomgen container --image localhost:5000/${{ inputs.docker-image-name }}:latest -o "$inspector_sbomgen_output_path"
run: "$inspector_sbomgen_path/inspector-sbomgen" container --image localhost:5000/${{ inputs.docker-image-name }}:latest -o "$inspector_sbomgen_output_path"
- name: Show results
run: cat "$inspector_sbomgen_output_path"

0 comments on commit 6aa6e25

Please sign in to comment.