feat: add setup-trivy #1

Merged
t.behrendt merged 8 commits from feat-add-setup-trivy into main 2025-09-25 19:24:18 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d2e6f75b4c - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
name: Dry-Run Setup Trivy
runs-on:
- ubuntu-latest
- linux-amd64
- linux_amd64
steps:
- uses: actions/checkout@v5
- name: Setup Trivy
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
security:
runs-on:
- ubuntu-latest
- linux-amd64
- linux_amd64
steps:
- name: Checkout code
uses: actions/checkout@v4