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 e8e888d commit 0f5dad7Copy full SHA for 0f5dad7
.github/workflows/vuln-check.yml
@@ -19,7 +19,7 @@ jobs:
19
contents: read # for actions/checkout to fetch code
20
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
21
name: Run Trivy scanner
22
- runs-on: "ubuntu-20.04"
+ runs-on: ubuntu-latest
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments