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 e45de14 commit 4b44255Copy full SHA for 4b44255
1 file changed
action.yml
@@ -109,6 +109,7 @@ runs:
109
--network host \
110
--read-only \
111
--tmpfs /tmp \
112
+ --tmpfs /opt/scancodeio/.cache \
113
--cap-drop ALL \
114
--security-opt no-new-privileges \
115
-e SECRET_KEY \
@@ -121,8 +122,6 @@ runs:
121
122
"$SCANCODEIO_IMAGE" \
123
scanpipe "$@"
124
EOF
- chmod +x "$RUNNER_TEMP/scanpipe"
125
- echo "$RUNNER_TEMP" >> "$GITHUB_PATH"
126
127
- name: Pull the ScanCode.io image
128
shell: bash
0 commit comments