actions-marketplace-validations/Diggity Action
A Github Action integrated with Diggity to generate software bill-of-materials (SBOM).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The path to the directory to be scanned (default "."). | — | — |
| output_type | The desired SBOM output type. | — | — |
| enabled_parsers | Specify enabled parsers (default all). | — | — |
| output_file | Save SBOM results to the output file. | — | — |
| disable_file_listing | Disables file listing from package metadata (default false). | — | — |
| disable_secret_search | Disables secret search (default false). | — | — |
| secret_exclude_filenames | Exclude secret searching for each specified filenames. | — | — |
| secret_max_file_size | Maximum file size that the secret will search (default 10485760). | — | — |
| secrets_content_regex | Secret content regex are searched within files that matches the provided regular expression. | — | — |
| tar | The path to tar file to be scanned. | — | — |
Outputs
no outputs