Fix regex
currentDigest instead of digest, similar to currentValue
This commit is contained in:
parent
0be79ce62d
commit
47fc44c46e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
".+\\.nix$"
|
||||
],
|
||||
"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}))?\""
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue