Skip to content

Commit

Permalink
ci: set ubuntu version to 22.04 in trivy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbousquet committed Dec 18, 2024
1 parent 0ba9623 commit 2c8a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
scan:
name: Vulnerability Scan
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down

0 comments on commit 2c8a322

Please sign in to comment.