Skip to content

Commit 757dec8

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent 39eec5c commit 757dec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sca-integration-vuls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
mkdir -p $PWD/vuls/result
4040
docker run --rm \
4141
-v $PWD/vuls:/vuls \
42+
--user $(id -u):$(id -g) \
4243
-e VULS_RESULT_DIR=/vuls/result \
4344
vuls/vuls scan -config=/vuls/config.toml
4445

0 commit comments

Comments
 (0)