There was an error while loading. Please reload this page.
1 parent 3ab9e5a commit 1eb99c4Copy full SHA for 1eb99c4
1 file changed
.github/workflows/sca-integration-vuls.yml
@@ -17,7 +17,7 @@ jobs:
17
generate-and-load-sbom:
18
runs-on: ubuntu-24.04
19
container:
20
- image: ubuntu:24.04.1
+ image: ubuntu:24.04.2
21
steps:
22
- name: Prepare Vuls config.toml
23
run: |
@@ -28,8 +28,6 @@ jobs:
28
[servers.localhost]
29
host = "localhost"
30
port = "local"
31
-# user = "runner"
32
-# sudo = true
33
EOF
34
35
- name: Run Vuls configtest
0 commit comments