feat(setup-trivy): use latest as default version #15
Reference in New Issue
Block a user
Delete Branch "feat-default-to-latest-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using the "latest" released version of Trivy as the default version.
We always first resolve latest to an actual version to allow the cache to work properly.
The changes align with the PR title and description. The default version for Trivy is correctly updated to 'latest', and the new step to resolve the version is properly implemented. No obvious issues were found in the code diff.