Skip to content

Commit

Permalink
Fix location of converter tool executable
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jan 12, 2022
1 parent 8bdd33c commit 49ff247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
run: |
mkdir -p ~/.local/bin
curl -L "https://github.com/rm3l/container-scan-to-sarif/releases/download/${{ inputs.converter-version }}/container-scan-to-sarif_${{ inputs.converter-version }}_Linux_x86_64.tar.gz" \
| tar zx -C ~/.local/bin
| tar zx -C ~/.local/bin --strip-components=1
chmod +x ~/.local/bin/container-scan-to-sarif
shell: bash
- id: scan-to-sarif
Expand Down

0 comments on commit 49ff247

Please sign in to comment.