Update Trivy version to v0.66.0 for consistency

This commit is contained in:
2025-09-25 19:19:49 +02:00
parent ee35540864
commit 0706f62920
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ A reusable Gitea Action that downloads and sets up the Trivy binary for vulnerab
- name: Setup Trivy
uses: your-username/trivy-actions@main/setup-trivy
with:
version: "v0.57.1" # Optional: Trivy version (default: v0.57.1)
version: "v0.66.0" # Optional: Trivy version (default: v0.66.0)
architecture: "amd64" # Optional: amd64 or arm64 (default: amd64)
```
@@ -47,7 +47,7 @@ jobs:
- name: Setup Trivy
uses: your-username/trivy-actions@main/setup-trivy
with:
version: "v0.57.1"
version: "v0.66.0"
architecture: "amd64"
- name: Run Trivy vulnerability scanner
@@ -68,7 +68,7 @@ The action is structured into logical steps for better maintainability:
| Input | Description | Required | Default |
| -------------- | ----------------------------------------- | -------- | --------- |
| `version` | Trivy version to download (e.g., v0.57.1) | No | `v0.57.1` |
| `version` | Trivy version to download (e.g., v0.66.0) | No | `v0.66.0` |
| `architecture` | System architecture (amd64, arm64) | No | `amd64` |
## Supported Platforms