Skip to content

Commit

Permalink
renamed build file and updated the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-lingappa authored Apr 8, 2024
1 parent 8f73b9a commit 562fbe6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ on:
- main
pull_request:
jobs:
build:
name: Trivy vulnerability scan
runs-on: ubuntu-20.04
trivy-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 562fbe6

Please sign in to comment.