getPipelineScanSettingsResponse

Aggregated pipeline scan settings for the requested applications.

Examples

type GetPipelineScanSettingsResponse {
  timeout: [NumericSettingResponse!]!
  failOnTimeout: BooleanSettingResponse!
  failOnError: BooleanSettingResponse!
  performance: [ScanTypeSettingResponse!]!
  scansEnabled: BooleanSettingResponse!
  scanSummaryAsCommentEnabled: BooleanSettingResponse!
  eventsTriggeringScansForBranches: [EventsTriggeringScansForBranchesSettingResponse!]!
  scansEnabledForBitbucketApp: BooleanSettingResponse!
  eventsTriggeringScansForBranchesForBitbucketApp: [EventsTriggeringScansForBranchesSettingResponse!]!
  scansEnabledForGitLabWebhooks: BooleanSettingResponse!
  eventsTriggeringScansForBranchesForGitLabWebhooks: [EventsTriggeringScansForBranchesSettingResponse!]!
}

Fields

Field
Description
Supported fields

General Setting. Scan timeout value in minutes

option Float! count Float!

General Setting. Whether or not a scan timeout causes a scan to fail (block)

true Float! false Float!

General Setting. Whether or not an error (i.e. network, infrastructure) causes a scan to fail (block)

true Float! false Float!

General Setting. Scan speed

type String! count Float! tooltip String!

GitHub App Setting. Whether or not GitHub Checks should be run for the repository (application)

true Float! false Float!

scanSummaryAsCommentEnabled BooleanSettingResponse!

GitHub App Setting. Whether or not GitHub Checks results should be published in a pull request comments

true Float! false Float!

GitHub App Setting. Which events for which branches should trigger GitHub Checks

branchNamePatternBranchSelection String genericOptionBranchSelection GenericOptionBranchSelectionType events [TriggeringEventResponse!]!

scansEnabledForBitbucketApp BooleanSettingResponse!

Bitbucket App Setting. Whether or not scans should be run and reported to Bitbucket APIs for the repository (application)

true Float! false Float!

eventsTriggeringScansForBranchesForBitbucketApp [EventsTriggeringScansForBranchesSettingResponse!]!

Bitbucket App Setting. Which events for which branches should trigger scans

branchNamePatternBranchSelection String genericOptionBranchSelection GenericOptionBranchSelectionType events [TriggeringEventResponse!]!

scansEnabledForGitLabWebhooks BooleanSettingResponse!

GitLab Webhooks Setting. Whether or not scans should be run and reported to GitLab APIs for the project (application)

true Float! false Float!

eventsTriggeringScansForBranchesForGitLabWebhooks [EventsTriggeringScansForBranchesSettingResponse!]!

GitLab Webhooks Setting. Which events for which branches should trigger scans

branchNamePatternBranchSelection String genericOptionBranchSelection GenericOptionBranchSelectionType events [TriggeringEventResponse!]!

References

Queries using this object:

Last updated