UNCLASSIFIED

Commit 4400aa62 authored by Joshua Carnes's avatar Joshua Carnes
Browse files

fixed trailing comma

parent 063482c7
Pipeline #280941 passed with stages
in 7 minutes and 3 seconds
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"fileMatch": ["^hardening_manifest.yaml$"], "fileMatch": ["^hardening_manifest.yaml$"],
"matchStrings": [ "matchStrings": [
"tags:\\s+-\\s+\"(?<currentValue>.+?)\"", "tags:\\s+-\\s+\"(?<currentValue>.+?)\"",
"org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\"", "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
], ],
"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