Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/.gitbook/assets/v1-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,8 @@ paths:
autoDepUpgradeIgnoredDependencies: []
autoDepUpgradeEnabled: false
autoDepUpgradeMinAge: 21
pullRequestTestCodeEnabled: true
pullRequestTestCodeSeverity: high
pullRequestTestEnabled: true
pullRequestFailOnAnyVulns: false
pullRequestFailOnlyForHighSeverity: true
Expand All @@ -2138,6 +2140,8 @@ paths:
autoDepUpgradeIgnoredDependencies: []
autoDepUpgradeEnabled: false
autoDepUpgradeMinAge: 21
pullRequestTestCodeEnabled: true
pullRequestTestCodeSeverity: high
pullRequestTestEnabled: true
pullRequestFailOnAnyVulns: false
pullRequestFailOnlyForHighSeverity: true
Expand Down Expand Up @@ -11600,6 +11604,12 @@ components:
pullRequestFailOnlyForHighSeverity:
type: boolean
description: If an opened PR only should fail its validation if any dependencies are marked as being of high severity
pullRequestTestCodeEnabled:
type: boolean
description: If opened PRs should be tested with Snyk Code
pullRequestTestCodeSeverity:
type: string
description: 'Snyk severity for this issue. One of: `low`, `medium`, `high`, or `null`.'
pullRequestTestEnabled:
type: boolean
description: If opened PRs should be tested
Expand Down