Skip to content

Commit

Permalink
Merge pull request actions#2067 from felickz/patch-3
Browse files Browse the repository at this point in the history
trivy starter workflow - name and runner updates
  • Loading branch information
JamesMGreene committed Jul 13, 2023
2 parents b57996b + 257b26f commit 30f419f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-scanning/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: build
name: trivy

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit 30f419f

Please sign in to comment.