code-scanning-alert-items
objectThe security alert number.
The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
The GitHub URL of the alert resource.
The REST API URL for fetching the list of instances for an alert.
State of a code scanning alert.
Allowed values:opencloseddismissedfixed
Simple User
Show Child Parameters
The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Required 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
Show Child Parameters
Show Child Parameters
Show Child Parameters
code-scanning-alert-rule
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.
description of the rule used to detect the alert.
A set of tags applicable for the rule.
Detailed documentation for the rule as GitHub Flavored Markdown.
code-scanning-alert
objectThe security alert number.
The time that the alert was created in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
The REST API URL of the alert resource.
The GitHub URL of the alert resource.
The REST API URL for fetching the list of instances for an alert.
State of a code scanning alert.
Allowed values:opencloseddismissedfixed
Simple User
Show Child Parameters
The time that the alert was dismissed in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ
.
Required 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
Show Child Parameters
Show Child Parameters
Show Child Parameters
code-scanning-alert-set-state
stringSets the state of the code scanning alert. Can be one of open
or dismissed
. You must provide dismissed_reason
when you set the state to dismissed
.
Allowed values:opendismissed
code-scanning-analysis-sarif-id
stringAn identifier for the upload.