Skip to content

Commit 015d4fc

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

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

0 commit comments

Comments
 (0)