code-scanning-alert-dismissed-reason
stringRequired when the state is dismissed. The reason for dismissing or closing the alert. Can be one of: false positive
, won't fix
, and used in tests
.
Allowed values:false positivewon't fixused in tests
code-scanning-alert-rule-summary
objectA unique identifier for the rule used to detect the alert.
The name of the rule used to detect the alert.
The severity of the alert.
Allowed values:nonenotewarningerror
A short description of the rule used to detect the alert.
code-scanning-analysis-tool-version
stringThe version of the tool used to generate the code scanning analysis.
code-scanning-analysis-tool
objectThe name of the tool used to generate the code scanning analysis.
The version of the tool used to generate the code scanning analysis.
The GUID of the tool used to generate the code scanning analysis, if provided in the uploaded SARIF data.
code-scanning-analysis-analysis-key
stringIdentifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name.