File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
path : ' repotests/NodeGoat'
115
115
- name : Test container images
116
116
run : |
117
- mkdir -p containertests_${{ matrix.os }} ${RUNNER_TEMP} /cdxgen-temp
117
+ mkdir -p containertests_${{ matrix.os }} /tmp /cdxgen-temp
118
118
uv pip install -r contrib/requirements.txt
119
119
cp contrib/csaf.toml repotests/microservices-demo/csaf.toml
120
120
cp contrib/csaf.toml repotests/NodeGoat/csaf.toml
@@ -126,7 +126,7 @@ jobs:
126
126
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127
127
PYTHONUTF8 : 1
128
128
SCAN_DEBUG_MODE : debug
129
- CDXGEN_TEMP_DIR : ${{ runner.temp }} /cdxgen-temp
129
+ CDXGEN_TEMP_DIR : /tmp /cdxgen-temp
130
130
- uses : actions/upload-artifact@v4
131
131
with :
132
132
name : containertests_${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments