We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03efedf commit c4c0860Copy full SHA for c4c0860
.github/workflows/daily-scan.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
scan_troubleshoot_files_systems:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
@@ -24,4 +24,4 @@ jobs:
24
- name: Upload Trivy scan results to GitHub Security tab
25
uses: github/codeql-action/upload-sarif@v3
26
with:
27
- sarif_file: 'trivy-results.sarif'
+ sarif_file: 'trivy-results.sarif'
0 commit comments