Merge pull request #2067 from felickz/patch-3

trivy starter workflow - name and runner updates
This commit is contained in:
James M. Greene
2023-07-13 10:55:57 -05:00
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.
name: build
name: trivy
on:
push:
@@ -24,7 +24,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: Build
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v3