Commit 22664063 authored by Derek Nola's avatar Derek Nola

Only bump trivy on the minor release (#11773)

parent 1321c918
...@@ -35,7 +35,8 @@ sources: ...@@ -35,7 +35,8 @@ sources:
repository: "trivy" repository: "trivy"
token: "{{ requiredEnv .github.token }}" token: "{{ requiredEnv .github.token }}"
versionfilter: versionfilter:
kind: "latest" kind: "regex"
pattern: "^v\\d+\\.\\d+$" # Matches "vMajor.Minor" only, skip patch
transformers: transformers:
- trimprefix: "v" - trimprefix: "v"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment