puppetlabs/security-snyk-clojure-action
Scans clojure repos with snyk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| noMonitor | If set it will run `snyk test` instead of `snyk monitor` | no | — |
| snykToken | snyk access token | yes | — |
| snykOrg | snyk org to write results to | no | — |
| snykProject | snyk project to write results to | no | — |
| snykRepo | snyk repo to group the projects in | no | — |
| snykPolicy | the path to a .snyk file (https://docs.snyk.io/features/fixing-and-prioritizing-issues/policies/the-.snyk-file) | no | — |
| snykTargetRef | If true, set --target-reference to GITHUB_REF_NAME when running snyk monitor | no | — |
| snykAdditionalArgs | additional args to pass to the snyk command | no | — |
| debug | turn on debug logging | no | — |
Outputs
| name | description |
|---|---|
| vulns | Array of vulnerable packages |
| failure | true if there was an error, false if not |