Socket
Socket
Sign inDemoInstall

snyk

Package Overview
Dependencies
Maintainers
1
Versions
1960
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk - npm Package Compare versions

Comparing version 1.1286.0 to 1.1286.1

6

help/cli-commands/code-test.md

@@ -40,4 +40,8 @@ # Code test

Note that you can also use `--org=<orgslugname>`. The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
**Note:** You can also use `--org=<orgslugname>.` The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
`orgslugname` must match the slug name as displayed in the URL of your org in the Snyk UI: `https://snyk.io/org/[orgslugname]`. The orgname does not work.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli)
### `--report`

@@ -44,0 +48,0 @@

6

help/cli-commands/container-monitor.md

@@ -49,6 +49,8 @@ # Container monitor

Note that you can also use `--org=<orgslugname>`. The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
**Note:** You can also use `--org=<orgslugname>.` The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/test-for-vulnerabilities/how-to-select-the-organization-to-use-in-the-cli)
`orgslugname` must match the slug name as displayed in the URL of your org in the Snyk UI: `https://snyk.io/org/[orgslugname]`. The orgname does not work.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli)
### `--file=<FILE_PATH>`

@@ -55,0 +57,0 @@

@@ -13,3 +13,3 @@ # Container SBOM

`$ snyk container sbom --format=<cyclonedx1.4+json|cyclonedx1.4+xml|spdx2.3+json> [--org=<ORG_ID>] [--exclude-app-vulns] <IMAGE>`
`$ snyk container sbom --format=<cyclonedx1.4+json|cyclonedx1.4+xml|cyclonedx1.5+json|cyclonedx1.5+xml|spdx2.3+json> [--org=<ORG_ID>] [--exclude-app-vulns] <IMAGE>`

@@ -20,3 +20,3 @@ ## Description

Supported formats include CycloneDX v1.4 (JSON or XML) and SPDX v2.3 (JSON).
Supported formats include CycloneDX v1.4 (JSON or XML), CycloneDX v1.5 (JSON or XML) and SPDX v2.3 (JSON).

@@ -38,7 +38,7 @@ An SBOM can be generated for operating system dependencies as well as application dependencies within the image. Unmanaged dependencies are currently not supported.

### `--format=<cyclonedx1.4+json|cyclonedx1.4+xml|spdx2.3+json>`
### `--format=<cyclonedx1.4+json|cyclonedx1.4+xml|cyclonedx1.5+json|cyclonedx1.5+xml|spdx2.3+json>`
Required. Specify the output format for the SBOM to be produced.
Set the desired SBOM output format. Available options are `cyclonedx1.4+json`, `cyclonedx1.4+xml`, and `spdx2.3+json`
Set the desired SBOM output format. Available options are `cyclonedx1.4+json`, `cyclonedx1.4+xml`, `cyclonedx1.5+json`, `cyclonedx1.5+xml` and `spdx2.3+json`

@@ -83,7 +83,7 @@ ### `[--org=<ORG_ID>]`

`$ snyk container sbom --format=cyclonedx1.4+json redis:latest`
`$ snyk container sbom --format=cyclonedx1.5+json redis:latest`
### Create a CycloneDX JSON document for an image and redirect stdout to a file
`$ snyk container sbom --format=cyclonedx1.4+json redis:latest > mySBOM.json`
`$ snyk container sbom --format=cyclonedx1.5+json redis:latest > mySBOM.json`

@@ -96,2 +96,2 @@ ### Create a SPDX JSON document for an image while excluding application dependencies

`$ snyk container sbom --format=cyclonedx1.4+xml alpine@sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33`
`$ snyk container sbom --format=cyclonedx1.5+xml alpine@sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33`

@@ -48,4 +48,8 @@ # Container test

Note that you can also use `--org=<orgslugname>`. The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
**Note:** You can also use `--org=<orgslugname>.` The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
`orgslugname` must match the slug name as displayed in the URL of your org in the Snyk UI: `https://snyk.io/org/[orgslugname]`. The orgname does not work.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli)
### `--file=<FILE_PATH>`

@@ -52,0 +56,0 @@

@@ -54,4 +54,8 @@ # IaC test

Note that you can also use `--org=<orgslugname>`. The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
**Note:** You can also use `--org=<orgslugname>.` The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
`orgslugname` must match the slug name as displayed in the URL of your org in the Snyk UI: `https://snyk.io/org/[orgslugname]`. The orgname does not work.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli)
### `--ignore-policy`

@@ -58,0 +62,0 @@

@@ -124,4 +124,6 @@ # Monitor

Note that you can also use `--org=<orgslugname>`. The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
**Note:** You can also use `--org=<orgslugname>.` The `ORG_ID` works in both the CLI and the API. The Organization slug name works in the CLI, but not in the API.
`orgslugname` must match the slug name as displayed in the URL of your org in the Snyk UI: `https://snyk.io/org/[orgslugname]`. The orgname does not work.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli)

@@ -128,0 +130,0 @@

@@ -13,3 +13,3 @@ # SBOM

`$ snyk sbom --format=<cyclonedx1.4+json|cyclonedx1.4+xml|spdx2.3+json> [--file=<FILE>] [--unmanaged] [--org=<ORG_ID>] [--dev] [--all-projects] [--name=<NAME>] [--version=<VERSION>] [--exclude=<NAME>[,<NAME>...]] [--detection-depth=<DEPTH>] [--prune-repeated-subdependencies|-p] [--maven-aggregate-project] [--scan-unmanaged] [--scan-all-unmanaged] [--sub-project=<NAME>] [--gradle-sub-project=<NAME>] [--all-sub-projects] [--configuration-matching=<CONFIGURATION_REGEX>] [--configuration-attributes=<ATTRIBUTE>[,<ATTRIBUTE>]] [--init-script=<FILE>] [--json-file-output=<OUTPUT_FILE_PATH>] [<TARGET_DIRECTORY>]`
`$ snyk sbom --format=<cyclonedx1.4+json|cyclonedx1.4+xml|cyclonedx1.5+json|cyclonedx1.5+xml|spdx2.3+json> [--file=<FILE>] [--unmanaged] [--org=<ORG_ID>] [--dev] [--all-projects] [--name=<NAME>] [--version=<VERSION>] [--exclude=<NAME>[,<NAME>...]] [--detection-depth=<DEPTH>] [--prune-repeated-subdependencies|-p] [--maven-aggregate-project] [--scan-unmanaged] [--scan-all-unmanaged] [--sub-project=<NAME>] [--gradle-sub-project=<NAME>] [--all-sub-projects] [--configuration-matching=<CONFIGURATION_REGEX>] [--configuration-attributes=<ATTRIBUTE>[,<ATTRIBUTE>]] [--init-script=<FILE>] [--json-file-output=<OUTPUT_FILE_PATH>] [<TARGET_DIRECTORY>]`

@@ -20,3 +20,3 @@ ## Description

Supported formats include CycloneDX v1.4 (JSON or XML) and SPDX v2.3 (JSON).
Supported formats include CycloneDX v1.4 (JSON or XML), CycloneDX v1.5 (JSON or XML) and SPDX v2.3 (JSON).

@@ -38,7 +38,7 @@ An SBOM can be generated for all supported Open Source package managers as well as unmanaged software projects.

### `--format=<cyclonedx1.4+json|cyclonedx1.4+xml|spdx2.3+json>`
### `--format=<cyclonedx1.4+json|cyclonedx1.4+xml|cyclonedx1.5+json|cyclonedx1.5+xml|spdx2.3+json>`
Required. Specify the output format for the SBOM to be produced.
Set the desired SBOM output format. Available options are `cyclonedx1.4+json`, `cyclonedx1.4+xml`, and `spdx2.3+json`
Set the desired SBOM output format. Available options are `cyclonedx1.4+json`, `cyclonedx1.4+xml`, `cyclonedx1.5+json`, `cyclonedx1.5+xml` and `spdx2.3+json`

@@ -294,7 +294,7 @@ ### `[--org=<ORG_ID>]`

`$ snyk sbom --format=cyclonedx1.4+json`
`$ snyk sbom --format=cyclonedx1.5+json`
### Create a CycloneDX JSON document and redirect stdout to a file
`$ snyk sbom --format=cyclonedx1.4+json > mySBOM.json`
`$ snyk sbom --format=cyclonedx1.5+json > mySBOM.json`

@@ -311,6 +311,6 @@ ### Create an SPDX JSON document and write it to a file

`$ snyk sbom --file=pom.xml --format=cyclonedx1.4+xml`
`$ snyk sbom --file=pom.xml --format=cyclonedx1.5+xml`
### Create a CycloneDX JSON document for a monorepo
`$ snyk sbom --format=cyclonedx1.4+json --all-projects`
`$ snyk sbom --format=cyclonedx1.5+json --all-projects`

@@ -117,2 +117,4 @@ # Test

`orgslugname` must match the slug name as displayed in the URL of your org in the Snyk UI: `https://snyk.io/org/[orgslugname]`. The orgname does not work.
For more information see the article [How to select the Organization to use in the CLI](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/how-to-select-the-organization-to-use-in-the-cli)

@@ -119,0 +121,0 @@

{
"name": "snyk",
"version": "1.1286.0",
"version": "1.1286.1",
"description": "snyk library and cli utility",

@@ -5,0 +5,0 @@ "files": [

@@ -1,8 +0,8 @@

d72a6ce11f76c665c7669271aee0a54bb6520156fadc2d5070394a5ecc100304 snyk-alpine
49044c595b04fe474f9b871449cd0ec7de8b7c56cf9050ab955c99066bb1bbf5 snyk-fix.tgz
2ff4f7331c5a0dbde2e8434de3bb3e056173368c7658c6d7a4cd77c9ecbda5cb snyk-linux-arm64
d443857b7763825a74b57577c5c078609e57d390509bc840e9178abe0b910c87 snyk-linux
cae6eced09a2961e74457b0ad5c0c1cf9e97812e3aa1a6c84e14939b3726231a snyk-macos-arm64
6db8f0db905ae06b97951099cfcbb3f7c2da945fe3fbbb69455961a44358c9c0 snyk-macos
87d14158b4d59937a09160b2768f055efe922def84420794c81cd39134f96fff snyk-protect.tgz
b6e3c6c7a7d74bc09e7bfffdd5d58a472afb51bc3979727405757d7e6e515b58 snyk-win.exe
45cb5312e305f40deed025514053ad5c8306187ccdb546d0968def32dc2cabc0 snyk-alpine
dc15d21aa642ba0372c9a2538f4a9d488f9779c3f095b71bb8d0583e15c05049 snyk-fix.tgz
20b0d93c7fdff7162142cf02d82f067d702649fd364f760b15d11658fa98f05d snyk-linux-arm64
0bc957445408ebfc92535f8f6617ab7e0f34fc6e8c37985969b403ba0b55b4e3 snyk-linux
d0d0db1bd1462bfd99f33409ed498274e7f450715828c54b113ab33f65e0bd1b snyk-macos-arm64
5413591ee90379ad23acb3f7726bfe43885dd20170c5178808257466b4e73239 snyk-macos
b0b38d13da715fcd6f78c0cf81d4c5063a1fc60495fdd44169355e1ca15b1593 snyk-protect.tgz
2469f1a83ddc3b233a9d539ab472b71bc87ede48cb90186424ddc7178fbf784b snyk-win.exe

@@ -1,8 +0,8 @@

d72a6ce11f76c665c7669271aee0a54bb6520156fadc2d5070394a5ecc100304 snyk-alpine
49044c595b04fe474f9b871449cd0ec7de8b7c56cf9050ab955c99066bb1bbf5 snyk-fix.tgz
2ff4f7331c5a0dbde2e8434de3bb3e056173368c7658c6d7a4cd77c9ecbda5cb snyk-linux-arm64
d443857b7763825a74b57577c5c078609e57d390509bc840e9178abe0b910c87 snyk-linux
cae6eced09a2961e74457b0ad5c0c1cf9e97812e3aa1a6c84e14939b3726231a snyk-macos-arm64
6db8f0db905ae06b97951099cfcbb3f7c2da945fe3fbbb69455961a44358c9c0 snyk-macos
87d14158b4d59937a09160b2768f055efe922def84420794c81cd39134f96fff snyk-protect.tgz
b6e3c6c7a7d74bc09e7bfffdd5d58a472afb51bc3979727405757d7e6e515b58 snyk-win.exe
45cb5312e305f40deed025514053ad5c8306187ccdb546d0968def32dc2cabc0 snyk-alpine
dc15d21aa642ba0372c9a2538f4a9d488f9779c3f095b71bb8d0583e15c05049 snyk-fix.tgz
20b0d93c7fdff7162142cf02d82f067d702649fd364f760b15d11658fa98f05d snyk-linux-arm64
0bc957445408ebfc92535f8f6617ab7e0f34fc6e8c37985969b403ba0b55b4e3 snyk-linux
d0d0db1bd1462bfd99f33409ed498274e7f450715828c54b113ab33f65e0bd1b snyk-macos-arm64
5413591ee90379ad23acb3f7726bfe43885dd20170c5178808257466b4e73239 snyk-macos
b0b38d13da715fcd6f78c0cf81d4c5063a1fc60495fdd44169355e1ca15b1593 snyk-protect.tgz
2469f1a83ddc3b233a9d539ab472b71bc87ede48cb90186424ddc7178fbf784b snyk-win.exe

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc