mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
Format Document
Fix lint warning.
This commit is contained in:
@@ -24,7 +24,9 @@ private predicate isTrustedOwner(string nwo) {
|
||||
}
|
||||
|
||||
bindingset[version]
|
||||
private predicate isPinnedContainer(string version) { version.regexpMatch("^sha256:[A-Fa-f0-9]{64}$") }
|
||||
private predicate isPinnedContainer(string version) {
|
||||
version.regexpMatch("^sha256:[A-Fa-f0-9]{64}$")
|
||||
}
|
||||
|
||||
bindingset[nwo]
|
||||
private predicate isContainerImage(string nwo) { nwo.regexpMatch("^docker://.+") }
|
||||
|
||||
Reference in New Issue
Block a user