Loading
Handle security findings version validation gracefully
Fixes #988 (comment 1522294957)
Description
This handles the security findings validation gracefully!
Steps to reproduce
You can follow this patch to replicate the error
diff --git a/src/desktop/constants.ts b/src/desktop/constants.ts
index 0bb131f..2ce6851 100644
--- a/src/desktop/constants.ts
+++ b/src/desktop/constants.ts
@@ -42,5 +42,5 @@ export const REQUIRED_VERSIONS = {
CI_CONFIG_VALIDATIONS: '13.6.0',
MR_DISCUSSIONS: '13.9.0',
MR_MERGE_QUICK_ACTION: '14.9.0', // https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/issues/545
- SECURITY_FINDINGS: '16.1.0',
+ SECURITY_FINDINGS: '17.1.0',
};
Edited by Dheeraj Joshi