ellogroup/Gosec Security Checker
Runs the gosec security checker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 10, 2023
- License
- Apache 2.0
Pinned Snippet
uses: ellogroup/gosec-action@e69861fabdae6ec4cf68e1f8aa1e734b92d53058 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| go-install | Whether Go needs installing. Will need to be set as true if Go has not already been installed. | — | false |
| go-version | The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks. | — | — |
| go-version-file | Path to the go.mod or go.work file. | — | — |
| go-cache-dependency-path | Used to specify the path to a dependency file - go.sum | — | — |
| go-check-latest | Set this option to true if you want the action to always check for the latest available version that satisfies the version spec | — | false |
| go-cache | Used to specify whether caching is needed. Set to true, if you'd like to enable caching. | — | true |
| working-directory | Directory in which to run gosec | — | . |
| go-package | Go Package to scan with gosec | — | ./... |
Outputs
no outputs