Skip to content

Commit 0b7815a

Browse files
authored
update the base image used to run trivy workflows
1 parent 0175b94 commit 0b7815a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trivy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v3
@@ -21,4 +21,4 @@ jobs:
2121
- name: Upload Trivy scan results to GitHub Security tab
2222
uses: github/codeql-action/upload-sarif@v2
2323
with:
24-
sarif_file: 'trivy-results.sarif'
24+
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)