mirror of https://github.com/k3s-io/k3s.git
Only bump trivy on the minor release (#11773)
Signed-off-by: Derek Nola <derek.nola@suse.com>pull/11919/head
parent
8adb6dafdd
commit
b01b892e3a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue