theztefan/GitHub Advanced Security Metrics Report
A GitHub Action to generate a report of the Advanced Security Metrics for a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| team | The team to generate the report for. Provide it to run the action on all repositories the team is an admin of. | no | — |
| repo | The repository to generate the report for. Provide it to run the action on a repository level for a given org. | no | — |
| org | The organisation to generate the report for. If you only provide org, the action will run on an organisation level. | yes | advanced-security-demo |
| features | The GHAS features enabled on the repo to generate the report for | yes | dependabot, code-scanning, secret-scanning |
| frequency | The frequency of the report. Can be daily, weekly or monthly | yes | weekly |
| output-format | The output format of the report. Can be json, pdf or Issues | yes | json, pdf, issues |
Outputs
| name | description |
|---|---|
| report-json | GHAS Metrics Report |
| created-issues-ids | The IDs of the GitHub Issues created by the action |