Skip to content

Commit c4c0860

Browse files
Update daily-scan.yaml with ubuntu-latest (#1782)
1 parent 03efedf commit c4c0860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
scan_troubleshoot_files_systems:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -24,4 +24,4 @@ jobs:
2424
- name: Upload Trivy scan results to GitHub Security tab
2525
uses: github/codeql-action/upload-sarif@v3
2626
with:
27-
sarif_file: 'trivy-results.sarif'
27+
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)