Commit 5ed79649 authored by Derek Nola's avatar Derek Nola

Only bump trivy on the minor release (#11773)

parent 3720d897
......@@ -35,7 +35,8 @@ sources:
repository: "trivy"
token: "{{ requiredEnv .github.token }}"
versionfilter:
kind: "latest"
kind: "regex"
pattern: "^v\\d+\\.\\d+$" # Matches "vMajor.Minor" only, skip patch
transformers:
- 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