feat: add setup-trivy (#1)
CD / Release (push) Successful in 6s

Reviewed-on: t.behrendt/trivy-actions#1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #1.
This commit is contained in:
2025-09-25 19:24:18 +02:00
committed by t.behrendt
parent 075c3c3ef3
commit 28b62b04e8
4 changed files with 171 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: CI
on:
pull_request:
jobs:
test-setup-trivy:
name: Test Setup Trivy
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@v5
- name: Setup Trivy
uses: ./setup-trivy
with:
version: v0.66.0
architecture: amd64
- name: Run Trivy
run: trivy --version