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 4420da3 commit 26fed40
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 @@ -41,6 +41,6 @@ jobs:
&& chmod +x "$inspector_sbomgen_path/inspector-sbomgen"
&& echo "$inspector_sbomgen_path/inspector-sbomgen" >> $GITHUB_PATH
env:
inspector_sbomgen_path: ${{ github.workspace }}
inspector_sbomgen_path: "${{ github.workspace }}/inspector-sbomgen"
- name: Test Inspector Sbomgen
run: inspector-sbomgen --version

0 comments on commit 26fed40

Please sign in to comment.