Skip to content

Commit cbc0545

Browse files
committed
feat(catalog): add gosec Go security scanner
1 parent e8799b1 commit cbc0545

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

catalog/gosec.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)