Skip to content

Commit

Permalink
CM-28230 - Update GitHub organization name (#60)
Browse files Browse the repository at this point in the history
MarshalX authored Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5e0dc40 commit b9b7ee9
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.MD
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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<string> = [
'cargo.lock',
'cargo.toml',
2 changes: 1 addition & 1 deletion src/views/authenticating/content.ts
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ export default `
Cycode extension requires pre-installed
<a
class="styled-link"
href="https://github.com/cycodehq-public/cycode-cli#install-cycode-cli"
href="https://github.com/cycodehq/cycode-cli#install-cycode-cli"
>Cycode CLI</a
>
</p>
4 changes: 2 additions & 2 deletions src/views/login/content.ts
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ export default `
Cycode extension requires pre-installed
<a
class="styled-link"
href="https://github.com/cycodehq-public/cycode-cli#install-cycode-cli"
href="https://github.com/cycodehq/cycode-cli#install-cycode-cli"
>Cycode CLI</a
>
</p>
@@ -40,7 +40,7 @@ export default `
To learn more about how to use Cycode in VSCode
<a
class="styled-link"
href="https://github.com/cycodehq-public/vscode-extension/blob/main/README.md"
href="https://github.com/cycodehq/vscode-extension/blob/main/README.md"
>read our docs.</a
>
</p>
2 changes: 1 addition & 1 deletion src/views/scan/content.ts
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ export default `
To learn more about how to use Cycode in VSCode
<a
class="styled-link"
href="https://github.com/cycodehq-public/vscode-extension"
href="https://github.com/cycodehq/vscode-extension"
>read our docs</a
>.
</p>

0 comments on commit b9b7ee9

Please sign in to comment.