actions-marketplace-validations/GoKart Scanner
Scan your code with GoKart to finds vulnerabilities using the SSA (single static assignment) form of Go source code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 17, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kitabisa_gokart-action@8d472498357736283b747f5460fbf9e39bc134ab # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | scan on a Go module in the directory | no | . |
| input | input path to custom yml file | no | — |
| output | file path to write findings output | yes | results |
| globalsTainted | marks global variables as dangerous | no | — |
| remoteModule | Remote gomodule to scan | no | — |
| debug | outputs debug logs | no | — |
| verbose | outputs full trace of taint analysis | no | — |
Outputs
no outputs