Skip to content

Commit

Permalink
chore: update UI to correspond to design (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
acke authored Sep 2, 2024
1 parent cd5835c commit 36e07ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@
"propertyNames": true,
"properties": {}
},
"snyk.netNewVsAllIssues": {
"snyk.allIssuesVsNetNewIssues": {
"type": "string",
"default": "All issues",
"description": "Specifies whether to see only net new issues or all issues. Only applies to Code Security and Code Quality.",
"description": "Specifies whether to see all issues or only net new issues. Only applies to Code Security and Code Quality.",
"enum": [
"All issues",
"Net new issues"
Expand All @@ -268,7 +268,7 @@
"Shows all issues that have been identified, including both new and existing issues.",
"Shows only new issues that have been introduced in the latest scan, filtering out previously known issues."
],
"markdownDescription": "Specifies whether to see only net new issues or all issues. Only applies to Code Security and Code Quality.\n\nNote: this is an experimental feature. Please reach out to [support.snyk.io](https://support.snyk.io) for more details."
"markdownDescription": "Specifies whether to see all issues or only net new issues. Only applies to Code Security and Code Quality.\n\nNote: this is an experimental feature. Please reach out to [support.snyk.io](https://support.snyk.io) for more details."
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/snyk/common/constants/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export const TRUSTED_FOLDERS = `${CONFIGURATION_IDENTIFIER}.trustedFolders`;
export const FOLDER_CONFIGS = `${CONFIGURATION_IDENTIFIER}.folderConfigs`;
export const SCANNING_MODE = `${CONFIGURATION_IDENTIFIER}.scanningMode`;

export const DELTA_FINDINGS = `${CONFIGURATION_IDENTIFIER}.netNewVsAllIssues`;
export const DELTA_FINDINGS = `${CONFIGURATION_IDENTIFIER}.allIssuesVsNetNewIssues`;

0 comments on commit 36e07ac

Please sign in to comment.