austenstone/GitHub Security Alert Export

Exports GitHub code scanning, secret scanning, and dependabot security alerts to JSON

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
enterpriseThe GitHub Enterpriseno
organizationThe GitHub organizationno
repositoryThe GitHub repositoryno${{ github.repository }}
code-scanningWhether to export code scanning alertsnotrue
code-scanning-query-parametersquery parameters as JSON Ex: {"state": dismissed} https://docs.github.com/en/rest/code-scanning/code-scanning?apiVersion=2022-11-28#list-code-scanning-alerts-for-a-repositoryno
secret-scanningWhether to export secret scanning alertsnotrue
secret-scanning-query-parametersquery parameters as JSON https://docs.github.com/en/rest/secret-scanning/secret-scanning?apiVersion=2022-11-28#list-secret-scanning-alerts-for-a-repositoryno
dependabotWhether to export dependabot alertsnotrue
dependabot-query-parametersquery parameters as JSON Ex: {"state": dismissed} https://docs.github.com/en/rest/dependabot/alerts?apiVersion=2022-11-28#list-dependabot-alerts-for-a-repositoryno
create-artifactWhether to create an artifact with the alertsnotrue
artifact-nameThe name of the artifactnoGitHub Security Alerts
namedescription
dependabotDependabot alerts as a JSON string
code-scanningCode scanning alerts as a JSON string
secret-scanningSecret scanning alerts as a JSON string
artifact-nameThe name of the artifact created