Skip to content

Commit c903940

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Prepare Vuls config.toml
2121
run: |
22-
mkdir -p vuls
22+
mkdir -p vuls/result
2323
cat > vuls/config.toml <<'EOF'
2424
[servers]
2525
@@ -39,7 +39,6 @@ jobs:
3939
mkdir -p $PWD/vuls/result
4040
docker run --rm \
4141
-v $PWD/vuls:/vuls \
42-
--user $(id -u):$(id -g) \
4342
-e VULS_RESULT_DIR=/vuls/result \
4443
vuls/vuls scan -config=/vuls/config.toml
4544

0 commit comments

Comments
 (0)