Skip to content

Commit

Permalink
Update trivy.yml - use GH-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichlik authored Jul 25, 2024
1 parent d009db8 commit ac91c4c
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 @@ -15,7 +15,7 @@ env:
jobs:
image-security-analysis:
name: Trivy image scanning
runs-on: ubuntu
runs-on: ubuntu-latest # GH-hosted runner!
steps:
- name: Docker setup
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit ac91c4c

Please sign in to comment.