Fix regex

currentDigest instead of digest, similar to currentValue
This commit is contained in:
JuliusFreudenberger 2026-06-22 22:12:01 +02:00
parent 0be79ce62d
commit 47fc44c46e

View file

@ -12,7 +12,7 @@
".+\\.nix$" ".+\\.nix$"
], ],
"matchStrings": [ "matchStrings": [
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<digest>sha256:[a-z0-9]{64}))?\"" "\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-z0-9]{64}))?\""
] ]
} }
] ]