diff --git a/LICENSE.MD b/LICENSE.MD index 3aa37a4..cc74925 100644 --- a/LICENSE.MD +++ b/LICENSE.MD @@ -1,6 +1,6 @@ MIT License -Copyright (c) [2023] [CYCODE] +Copyright (c) 2023 Cycode Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 668eb64..216e938 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.", "repository": { "type": "git", - "url": "https://github.com/cycodehq-public/vscode-extension" + "url": "https://github.com/cycodehq/vscode-extension" }, "homepage": "https://cycode.com/", "version": "1.0.1", @@ -105,7 +105,7 @@ "cycode.additionalParameters": { "type": "string", "default": "", - "markdownDescription": "Additional parameters to pass to the Cycode CLI. See the [Cycode CLI documentation](https://github.com/cycodehq-public/cycode-cli#install-cycode-cli)" + "markdownDescription": "Additional parameters to pass to the Cycode CLI. See the [Cycode CLI documentation](https://github.com/cycodehq/cycode-cli#install-cycode-cli)" }, "cycode.apiUrl": { "type": "string", diff --git a/src/constants.ts b/src/constants.ts index ac9e965..735f7b2 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ // keep in lowercase. // eslint-disable-next-line max-len -// source: https://github.com/cycodehq-public/cycode-cli/blob/ec8333707ab2590518fd0f36454c8636ccbf1061/cycode/cli/consts.py#L50-L82 +// source: https://github.com/cycodehq/cycode-cli/blob/ec8333707ab2590518fd0f36454c8636ccbf1061/cycode/cli/consts.py#L50-L82 const _SCA_CONFIGURATION_SCAN_SUPPORTED_FILES: ReadonlyArray = [ 'cargo.lock', 'cargo.toml', diff --git a/src/views/authenticating/content.ts b/src/views/authenticating/content.ts index 63936fe..6c9f258 100644 --- a/src/views/authenticating/content.ts +++ b/src/views/authenticating/content.ts @@ -30,7 +30,7 @@ export default ` Cycode extension requires pre-installed Cycode CLI

diff --git a/src/views/login/content.ts b/src/views/login/content.ts index 97c912f..ebb5da1 100644 --- a/src/views/login/content.ts +++ b/src/views/login/content.ts @@ -30,7 +30,7 @@ export default ` Cycode extension requires pre-installed Cycode CLI

@@ -40,7 +40,7 @@ export default ` To learn more about how to use Cycode in VSCode read our docs.

diff --git a/src/views/scan/content.ts b/src/views/scan/content.ts index 4c506c1..742bb84 100644 --- a/src/views/scan/content.ts +++ b/src/views/scan/content.ts @@ -45,7 +45,7 @@ export default ` To learn more about how to use Cycode in VSCode read our docs.