snyk 1.1283.0 → 1.1284.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -3
- package/dist/cli/245.index.js +227 -492
- package/dist/cli/245.index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +4 -13
- package/help/cli-commands/container-sbom.md +1 -1
- package/help/cli-commands/monitor.md +4 -4
- package/help/cli-commands/test.md +4 -4
- package/package.json +1 -1
- package/src/generated/sha256sums.txt +8 -8
- package/src/generated/version +1 -1
- package/wrapper_dist/generated/sha256sums.txt +8 -8
- package/wrapper_dist/generated/version +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,11 @@ The **Snyk CLI brings the functionality of Snyk into your development workflow**
|
|
|
15
15
|
|
|
16
16
|
<figure><img src="https://github.com/snyk/user-docs/raw/HEAD/docs/.gitbook/assets/snyk-cli-screenshot.png" alt="Snyk CLI test command output example"><figcaption><p>Snyk CLI test command output</p></figcaption></figure>
|
|
17
17
|
|
|
18
|
-
Snyk CLI scanning **supports many languages and tools.** For detailed information, see the
|
|
18
|
+
Snyk CLI scanning **supports many languages and tools.** For detailed information, see the following:
|
|
19
|
+
|
|
20
|
+
- [Supported languages and frameworks for Open Source and Code](https://docs.snyk.io/getting-started/supported-languages-frameworks-and-feature-availability-overview)
|
|
21
|
+
- [Supported operating system distributions for Container](https://docs.snyk.io/scan-with-snyk/snyk-container/how-snyk-container-works/supported-operating-system-distributions)
|
|
22
|
+
- [Supported IaC Lanuages and cloud providers](https://docs.snyk.io/scan-with-snyk/snyk-iac/supported-iac-languages-cloud-providers-and-cloud-resources)
|
|
19
23
|
|
|
20
24
|
This page explains how to install, authenticate, and start scanning using the CLI. Snyk also has an onboarding wizard to guide you through these steps. For a demonstration, view [Starting with Snyk: an overview of the CLI onboarding flow](https://www.youtube.com/watch?v=adj3VF82-v8).
|
|
21
25
|
|
|
@@ -37,7 +41,7 @@ Look at the `test` command **report** in your terminal. The report shows the vul
|
|
|
37
41
|
|
|
38
42
|
## Scan your development Project
|
|
39
43
|
|
|
40
|
-
**Note:** Before using the Snyk CLI to test your Open Source Project for vulnerabilities, with limited exceptions, you must **build your Project**. For details, see [
|
|
44
|
+
**Note:** Before using the Snyk CLI to test your Open Source Project for vulnerabilities, with limited exceptions, you must **build your Project**. For details, see [Open Source Projects that must be built before testing](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/snyk-cli-for-open-source/open-source-projects-that-must-be-built-before-testing-with-the-snyk-cli).
|
|
41
45
|
|
|
42
46
|
In addition, depending on the language of your open-source Project, you may need to **set up your language environment** before using the Snyk CLI. For details, refer to [Supported languages, frameworks, and feature availability overview.](https://docs.snyk.io/scan-using-snyk/supported-languages-and-frameworks/supported-languages-frameworks-and-feature-availability-overview)
|
|
43
47
|
|
|
@@ -115,6 +119,10 @@ For detailed information about the CLI, see the [CLI docs](https://docs.snyk.io/
|
|
|
115
119
|
|
|
116
120
|
The Snyk CLI project is open-source, but Snyk does not encourage outside contributors.
|
|
117
121
|
|
|
122
|
+
You may look into [design decisions for the Snyk CLI](https://github.com/snyk/snyk/blob/master/help/_about-this-project/README.md).
|
|
123
|
+
|
|
124
|
+
The Snyk CLI repository is a monorepo that also covers other projects and tools, such as [@snyk/protect](https://github.com/snyk/snyk/tree/master/packages/snyk-protect), also available at [npm package for snyk-protect command](https://www.npmjs.com/package/@snyk/protect).
|
|
125
|
+
|
|
118
126
|
## Security
|
|
119
127
|
|
|
120
|
-
For any security issues or concerns, see the [SECURITY.md](https://github.com/snyk/snyk/blob/
|
|
128
|
+
For any security issues or concerns, see the [SECURITY.md](https://github.com/snyk/snyk/blob/master/SECURITY.md) file in the GitHub repository.
|