mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
regula: Add version 2.3.0 (#3176)
This commit is contained in:
parent
f693c2e747
commit
84238e3b40
26
bucket/regula.json
Normal file
26
bucket/regula.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "2.3.0",
|
||||
"description": "A tool to evaluate infrastructure as code files for potential AWS, Azure, Google Cloud, and Kubernetes security and compliance violations prior to deployment.",
|
||||
"homepage": "https://regula.dev/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fugue/regula/releases/download/v2.3.0/regula_2.3.0_Windows_x86_64.zip",
|
||||
"hash": "43fc60ffac1b2431b3bf0bffa1b07f7e46ce545fcc6f05b1cdddafbce49d594c"
|
||||
}
|
||||
},
|
||||
"bin": "regula.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/fugue/regula"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/fugue/regula/releases/download/v$version/regula_$version_Windows_x86_64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user