advanced-security/GitHub Security Report Action

Generates security reports for a GitHub repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub Access Token with permissions for securoty events access on the repository.${{ github.token }}
outputDirThe output directory for the generated report(s).yes${{ github.workspace }}
repositoryRepository name with owner. For example, peter-murray/github-security-reportyes${{ github.repository }}
sarif_report_idThe latest SARIF report id to use for the analysis of the code scanning results, if not specified the latest report will be used for the target ref.no
refThe ref for the target to get the code scanning findings foryes${{ github.ref }}
shaThe SHA of the HEAD of the ref for the scanning resultsyes${{ github.sha }}
report_templateThe template to use for the report being generatednosummary
include_code_scanningInclude code scanning data in the reportnotrue
include_secret_scanningInclude secret scanning data in the reportnotrue
include_software_composition_analysisInclude software compositiona analysis data in the reportnotrue

no outputs