launchdarkly/LaunchDarkly Gosec
Run gosec and upload the resutls to s3 and workflow artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-assume-role | The ARN of an AWS IAM role to assume. Used to auth with AWS to upload results to S3. | yes | — |
| s3-bucket | Name of the s3 bucket to upload results to. | yes | — |
| s3-path | Path to write results to within the s3 bucket. | no | scan-results/gosec |
| gosec-args | Override the arguments passed to the gosec command. | no | --exclude-generated=true --severity=medium --concurrency=1 --fmt json --out=gosec-results.json --stdout --verbose=text --no-fail ./... |
Outputs
no outputs