Optional
alertOptional
alertIf provided, only return alerts of this type. Otherwise, return alerts of all types.
Optional
confidenceIf provided, only return alerts at these confidence levels.
Otherwise, return alerts at any confidence level.
Optional
dependencyIf provided, only alerts for this dependency are returned.
Otherwise, return alerts for all dependencies.
In a sarif submission, a dependency (or a vulnerable component) is specified in result.RelatedLocations[].logicalLocation.
Optional
fromIf provided, only return alerts last seen after this date.
Otherwise return all alerts.
Optional
keywordsIf provided, only return alerts whose titles match this pattern.
Optional
modifiedIf provided, only return alerts that were modified since this date.
Otherwise return all alerts.
Optional
onlyIf true, only return alerts found on the default branch of the repository.
If there have been no runs completed on the default branch, the last run is used instead regardless of the branch used for that run.
This option is ignored if ref is provided.
Optional
phaseIf provided with pipelineName, only return alerts detected in this pipeline phase
Otherwise, return alerts detected in all phases.
Optional
phaseIf provided with pipelineName, only return alerts detected in this pipeline phase
Otherwise, return alerts detected in all phases.
Optional
pipelineIf provided, only return alerts detected in this pipeline.
Otherwise, return alerts detected in all pipelines.
Optional
refIf provided, only include alerts for this ref.
If not provided and OnlyDefaultBranch is true, only include alerts found on the default branch or last run branch if there is no analysis configuration for the default branch.
Otherwise, include alerts from all branches.
Optional
ruleIf provided, only return alerts for this rule.
Otherwise, return alerts of all rules.
Optional
ruleIf provided, only return alerts for this rule.
Otherwise, return alerts for all rules.
Optional
severitiesIf provided, only return alerts at these severities.
Otherwise, return alerts at any serverity.
Optional
statesIf provided, only return alerts in these states.
Otherwise, return alerts in any state.
Optional
toIf provided, only return alerts last seen before this date.
Otherwise return all alerts.
Optional
toolIf provided with toolName, only return alerts detected by this tool.
Otherwise, return alerts detected by all tools.
If provided, only return alerts with the ids specified.
Otherwise, return any alert.