seal-community/Seal CLI Action
Runs Seal CLI on a target directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | CLI version to use, same as a tag - e.g. v0.1.0; empty will use latest | — | "" |
| target | Path to manifest file declaring the dependencies, such as 'requirements.txt', 'package-lock.json', etc. | — | ./requirements.txt |
| mode | Fix or scan; scan requires seal token as env | — | scan |
| fix_mode | local or all; fix according to the local config or fix everything | — | local |
| verbosity | Verbosity: v, vv, vvv | — | v |
| summary | Path to summary file, by default does not generate; only relevant for 'fix' mode | — | "" |
| project | Used as part of cli authentication for fix command, can be any* value | — | "" |
| upload_scan_results | Uploads the list of vulnerable packages to the Seal platform | — | false |
| CLI_TOKEN | Authentication token to the seal artifact server | no | — |
| token | Authentication token to the seal artifact server | no | — |
Outputs
no outputs