UNCLASSIFIED

Commit 8dde3aa5 authored by Joshua Carnes's avatar Joshua Carnes
Browse files

split into separate regex matcher

parent 5feffd85
Pipeline #278677 passed with stages
in 5 minutes and 11 seconds
{ {
"extends": ["config:base"], "extends": ["config:base"],
"baseBranches": ["development"], "baseBranches": ["development"],
"automerge": true,
"gitLabAutomerge": true,
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["^hardening_manifest.yaml$"], "fileMatch": ["^hardening_manifest.yaml$"],
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"", "tags:\\s+-\\s+\"(?<currentValue>.+?)\"",
"tag: .*:(?<currentValue>.*?)$",
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"", "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"",
"url: docker://.*@(?<currentDigest>sha256:[a-f0-9]+)" ],
"depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^hardening_manifest.yaml$"],
"matchStrings": [
"tag: .*:(?<currentValue>.*?)\\s+\\s+url:.*@(?<currentDigest>sha256:[a-f0-9]+)"
], ],
"depNameTemplate": "gcr.io/kaniko-project/executor", "depNameTemplate": "gcr.io/kaniko-project/executor",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
......
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