Skip to content

Commit

Permalink
Return full report path
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewk committed Feb 27, 2024
1 parent 6ed0e12 commit 102dae7
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 @@ -45,7 +45,7 @@ jobs:
&& echo "$inspector_sbomgen_path" >> $GITHUB_PATH
- name: Scan Local Image
run: inspector-sbomgen container --image localhost:5000/${{ inputs.docker-image-name }}:latest -o output_path.json
run: inspector-sbomgen container --image localhost:5000/${{ inputs.docker-image-name }}:latest -o "$inspector_sbomgen_output_path"
- name: Show results
if: always()
run: cat output_path.json
run: cat "$inspector_sbomgen_output_path"

0 comments on commit 102dae7

Please sign in to comment.