Skip to content

Commit 3ab9e5a

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent a96260a commit 3ab9e5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env:
1616
jobs:
1717
generate-and-load-sbom:
1818
runs-on: ubuntu-24.04
19+
container:
20+
image: ubuntu:24.04.1
1921
steps:
2022
- name: Prepare Vuls config.toml
2123
run: |
@@ -26,8 +28,8 @@ jobs:
2628
[servers.localhost]
2729
host = "localhost"
2830
port = "local"
29-
user = "runner"
30-
sudo = true
31+
# user = "runner"
32+
# sudo = true
3133
EOF
3234

3335
- name: Run Vuls configtest

0 commit comments

Comments
 (0)