Skip to content

Commit 3c2e4c5

Browse files
authored
Merge pull request #1236 from yiannistri/fix-trivy-workflow
🌱 Update trivy CI workflow to use `ubuntu-latest` image
2 parents 081b19a + 88807e2 commit 3c2e4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
security-events: write
2424
name: Scan
25-
runs-on: "ubuntu-20.04"
25+
runs-on: ubuntu-latest
2626
steps:
2727
- name: Docker login
2828
uses: docker/login-action@v3

0 commit comments

Comments
 (0)