https://github.com/tarihub/gosca
Golang dependence security checker
https://github.com/tarihub/gosca
golang golang-security sdlc security security-automation security-tools static-code-analysis
Last synced: 2 days ago
JSON representation
Golang dependence security checker
- Host: GitHub
- URL: https://github.com/tarihub/gosca
- Owner: tarihub
- License: mit
- Created: 2022-04-08T06:53:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T04:34:16.000Z (over 3 years ago)
- Last Synced: 2025-10-11T10:12:31.431Z (3 months ago)
- Topics: golang, golang-security, sdlc, security, security-automation, security-tools, static-code-analysis
- Language: Go
- Homepage:
- Size: 551 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GoSCA [](https://go.dev/)
GoSCA scans a Go project for vulnerable dependencies.
### Usage
```bash
./gosca -w /path/to/workdir
```

Running

### Download
Select your platform for download
https://github.com/TARI0510/gosca/releases
### Build
```bash
go build -o gosca cmd/gosca/main.go
```
or for cross platform builds
```bash
sh package.sh
```
### References
1. https://github.com/securego/gosec
2. https://github.com/fatedier/frp