mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
gosec: Add version 2.13.1 (#3975)
* gosec: Add version 2.13.1 * Update bucket/gosec.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/gosec.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
8063fd7d7f
commit
f022d14ac2
24
bucket/gosec.json
Normal file
24
bucket/gosec.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "2.13.1",
|
||||
"description": "Inspects source code for security problems by scanning the Go AST.",
|
||||
"homepage": "https://github.com/securego/gosec",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/securego/gosec/releases/download/v2.13.1/gosec_2.13.1_windows_amd64.tar.gz",
|
||||
"hash": "e55d44c241c7830a3881829cb1601781d270fc709f371e82ee3cf704587b33ec"
|
||||
}
|
||||
},
|
||||
"bin": "gosec.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/securego/gosec/releases/download/v$version/gosec_$version_windows_amd64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/gosec_$version_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user