Add digest to oci image matcher

This commit is contained in:
JuliusFreudenberger 2026-06-18 02:06:56 +02:00
parent ddfe28de8d
commit fdbc96135e

View file

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