We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8799b1 commit cbc0545Copy full SHA for cbc0545
1 file changed
catalog/gosec.json
@@ -0,0 +1,13 @@
1
+{
2
+ "name": "gosec",
3
+ "install_method": "github_release_binary",
4
+ "description": "Go security checker that inspects source code for security problems by scanning the Go AST",
5
+ "homepage": "https://github.com/securego/gosec",
6
+ "github_repo": "securego/gosec",
7
+ "binary_name": "gosec",
8
+ "download_url_template": "https://github.com/securego/gosec/releases/download/{version}/gosec_{version_nov}_linux_{arch}.tar.gz",
9
+ "arch_map": {
10
+ "x86_64": "amd64",
11
+ "aarch64": "arm64"
12
+ }
13
+}
0 commit comments