Skip to content

Commit 1eb99c4

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
generate-and-load-sbom:
1818
runs-on: ubuntu-24.04
1919
container:
20-
image: ubuntu:24.04.1
20+
image: ubuntu:24.04.2
2121
steps:
2222
- name: Prepare Vuls config.toml
2323
run: |
@@ -28,8 +28,6 @@ jobs:
2828
[servers.localhost]
2929
host = "localhost"
3030
port = "local"
31-
# user = "runner"
32-
# sudo = true
3331
EOF
3432
3533
- name: Run Vuls configtest

0 commit comments

Comments
 (0)