This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 9fd9c92 1 parent 93a6d70 commit 9fd9c92 Copy full SHA for 9fd9c92
File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1996
1996
"datasourceTemplate" : " github-releases" ,
1997
1997
"extractVersionTemplate" : " ^v(?<version>.+?)$"
1998
1998
},
1999
+ {
2000
+ "fileMatch" : [
2001
+ " ^tools.yaml$"
2002
+ ],
2003
+ "matchStrings" : [
2004
+ " name: ssh-key-confirmer\\ n\\ s+version: \" ?(?<currentValue>.*?)\n "
2005
+ ],
2006
+ "depNameTemplate" : " benjojo/ssh-key-confirmer" ,
2007
+ "datasourceTemplate" : " github-releases" ,
2008
+ "extractVersionTemplate" : " ^v(?<version>.+?)$" ,
2009
+ "versioningTemplate" : " loose"
2010
+ },
1999
2011
{
2000
2012
"fileMatch" : [
2001
2013
" ^tools.yaml$"
Original file line number Diff line number Diff line change @@ -4479,6 +4479,15 @@ tools:
4479
4479
x86_64 : https://github.com/mozilla/sops/releases/download/v${version}/sops-v${version}.linux
4480
4480
type : executable
4481
4481
4482
+ - name : ssh-key-confirmer
4483
+ version : 0.1
4484
+ tags :
4485
+ - security
4486
+ download :
4487
+ - url :
4488
+ x86_64 : https://github.com/benjojo/ssh-key-confirmer/releases/download/v${version}/ssh-key-confirmer-${alt_arch}
4489
+ type : executable
4490
+
4482
4491
- name : sshocker
4483
4492
version : 0.3.0
4484
4493
check : ${binary} --version | cut -d' ' -f3 | tr -d v
You can’t perform that action at this time.
0 commit comments