Skip to content

Commit 9b651de

Browse files
committed
DEBUG GH workflow for Vuls
Signed-off-by: tdruez <[email protected]>
1 parent 0d08a47 commit 9b651de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
- name: Prepare Vuls config.toml
3636
run: |
3737
cat > config.toml <<'EOF'
38-
[servers.sbom_target]
39-
host = "sbom_target"
38+
[servers]
39+
[servers.local-docker]
4040
containerType = "docker"
41+
containers = ["sbom_target"]
4142
EOF
4243
4344
- name: Fetch CVE Databases

0 commit comments

Comments
 (0)