Skip to content

Commit 4b44255

Browse files
committed
adjustments
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent e45de14 commit 4b44255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ runs:
109109
--network host \
110110
--read-only \
111111
--tmpfs /tmp \
112+
--tmpfs /opt/scancodeio/.cache \
112113
--cap-drop ALL \
113114
--security-opt no-new-privileges \
114115
-e SECRET_KEY \
@@ -121,8 +122,6 @@ runs:
121122
"$SCANCODEIO_IMAGE" \
122123
scanpipe "$@"
123124
EOF
124-
chmod +x "$RUNNER_TEMP/scanpipe"
125-
echo "$RUNNER_TEMP" >> "$GITHUB_PATH"
126125
127126
- name: Pull the ScanCode.io image
128127
shell: bash

0 commit comments

Comments
 (0)