lmnleaf/Code Scanning Analysis CSV
Gets code scanning analyses from repos and generates a CSV.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| TOKEN | GitHub Token or Personal Access Token - must use PAT to access alerts for repos other than the repo where the action is used. | yes | — |
| path | Path to the directory where the csv file should be saved. | yes | — |
| total_days | Integer - fetches repo analyses for the past total_days. For example, if total_days is set `7`, the action will get code scanning analyses that were created in the past seven days. Minimum is 1 day and max is 365 days. Defaults to `30`. | no | — |
| repos | Comma-separated list of repository names from which code scanning analyses should be fetched. For example, `best-app,cool-app`. The repos must be in the org where the action is used. Set to `all` for code scanning analyses from all repos in the org. When `repos` is not set, the action will get code scanning analyses for the repo where it is used. When `repos` is set, include the repo where the action is used to get code scanning analyses for that repo. | no | — |
Outputs
no outputs