fix(skills): Resolve too many colons in package qualifications
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
This commit is contained in:
@@ -30,7 +30,7 @@ Retrieves all active secrets from the vault and scans the payload for potential
|
|||||||
(when (and val (stringp val) (> (length val) 5))
|
(when (and val (stringp val) (> (length val) 5))
|
||||||
(when (search val text)
|
(when (search val text)
|
||||||
(setf found-secret key))))
|
(setf found-secret key))))
|
||||||
opencortex::opencortex::*vault-memory*)
|
opencortex::*vault-memory*)
|
||||||
found-secret)))
|
found-secret)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user