We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e52dc commit 1e81a12Copy full SHA for 1e81a12
action.yml
@@ -70,11 +70,7 @@ runs:
70
- name: Define `scanpipe` Docker command
71
shell: bash
72
run: |
73
- echo 'SCANPIPE_CMD=docker run --rm \
74
- -v "${{ github.workspace }}/scancode-inputs":/scancode/input:ro \
75
- -v "${{ github.workspace }}/scancode-outputs":/scancode/output \
76
- -w /scancode \
77
- ghcr.io/aboutcode-org/scancode.io:latest scanpipe' >> $GITHUB_ENV
+ echo "SCANPIPE_CMD=docker run --rm -v \"${{ github.workspace }}/scancode-inputs\":/scancode/input:ro -v \"${{ github.workspace }}/scancode-outputs\":/scancode/output -w /scancode ghcr.io/aboutcode-org/scancode.io:latest scanpipe" >> $GITHUB_ENV
78
79
80
0 commit comments