snyk 1.1304.2 → 1.1304.3
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/help/cli-commands/container-monitor.md +1 -1
- package/help/cli-commands/iac-test.md +1 -1
- package/help/cli-commands/monitor.md +2 -2
- package/help/cli-commands/sbom-test.md +1 -1
- package/help/cli-commands/test.md +3 -3
- package/package.json +1 -1
- package/src/generated/sha256sums.txt +9 -9
- package/src/generated/version +1 -1
- package/wrapper_dist/generated/sha256sums.txt +9 -9
- package/wrapper_dist/generated/version +1 -1
|
@@ -12,7 +12,7 @@ Use the `container monitor` command before integrating your code into production
|
|
|
12
12
|
|
|
13
13
|
If you make changes to your code, you must run the `container monitor` command again.
|
|
14
14
|
|
|
15
|
-
For more information, see [Snyk CLI for Snyk Container](
|
|
15
|
+
For more information, see [Snyk CLI for Snyk Container](https://docs.snyk.io/developer-tools/snyk-cli/scan-and-maintain-projects-using-the-cli/snyk-cli-for-snyk-container)
|
|
16
16
|
|
|
17
17
|
## Exit codes
|
|
18
18
|
|
|
@@ -133,7 +133,7 @@ Example: `--project-tags=department=finance,team=alpha`
|
|
|
133
133
|
|
|
134
134
|
To clear the project tags set `--project-tags=`
|
|
135
135
|
|
|
136
|
-
For more information including allowable characters see [Project tags](
|
|
136
|
+
For more information including allowable characters see [Project tags](https://docs.snyk.io/snyk-platform-administration/snyk-projects/project-tags)
|
|
137
137
|
|
|
138
138
|
### `--remote-repo-url=<URL>`
|
|
139
139
|
|
|
@@ -46,7 +46,7 @@ See also subsequent sections for options for specific build environments, packag
|
|
|
46
46
|
|
|
47
47
|
### `--reachability=<true|false>`
|
|
48
48
|
|
|
49
|
-
Perform reachability analysis during the scan. This feature is currently in Snyk Preview. For more information, refer to [Reachability analysis](
|
|
49
|
+
Perform reachability analysis during the scan. This feature is currently in Snyk Preview. For more information, refer to [Reachability analysis](https://docs.snyk.io/manage-risk/prioritize-issues-for-fixing/reachability-analysis)
|
|
50
50
|
|
|
51
51
|
Default: `false`
|
|
52
52
|
|
|
@@ -267,7 +267,7 @@ Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder.
|
|
|
267
267
|
|
|
268
268
|
### Maven-specific options
|
|
269
269
|
|
|
270
|
-
Add the `--` option for Maven-specific options, followed by the Maven option
|
|
270
|
+
Add the `--` option for Maven-specific options, followed by the Maven option.
|
|
271
271
|
|
|
272
272
|
The following examples are not all-inclusive. For more details, see [Maven CLI options](https://maven.apache.org/ref/3.9.11/maven-embedder/cli.html)
|
|
273
273
|
|
|
@@ -51,7 +51,7 @@ Example: `$ snyk sbom test --file=bom.cdx.json --json`
|
|
|
51
51
|
|
|
52
52
|
### `--reachability=<true|false>`
|
|
53
53
|
|
|
54
|
-
Perform reachability analysis during the scan. This feature is currently in Snyk Preview. For more information, refer to [Reachability analysis](
|
|
54
|
+
Perform reachability analysis during the scan. This feature is currently in Snyk Preview. For more information, refer to [Reachability analysis](https://docs.snyk.io/manage-risk/prioritize-issues-for-fixing/reachability-analysis)
|
|
55
55
|
|
|
56
56
|
Default: `false`
|
|
57
57
|
|
|
@@ -37,7 +37,7 @@ See also subsequent sections for options for specific build environments, packag
|
|
|
37
37
|
|
|
38
38
|
### `--reachability=<true|false>`
|
|
39
39
|
|
|
40
|
-
Perform reachability analysis during the scan. This feature is currently in Snyk Preview. For more information, refer to [Reachability analysis](
|
|
40
|
+
Perform reachability analysis during the scan. This feature is currently in Snyk Preview. For more information, refer to [Reachability analysis](https://docs.snyk.io/manage-risk/prioritize-issues-for-fixing/reachability-analysis)
|
|
41
41
|
|
|
42
42
|
Default: `false`
|
|
43
43
|
|
|
@@ -282,11 +282,11 @@ Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder.
|
|
|
282
282
|
|
|
283
283
|
### Maven-specific options
|
|
284
284
|
|
|
285
|
-
Add the `--` option for Maven-specific options, followed by the Maven option
|
|
285
|
+
Add the `--` option for Maven-specific options, followed by the Maven option.
|
|
286
286
|
|
|
287
287
|
The following examples are not all-inclusive. For more details, see [Maven CLI options](https://maven.apache.org/ref/3.9.11/maven-embedder/cli.html).
|
|
288
288
|
|
|
289
|
-
Examples: `-- -Dpkg_version=1.4`; `-- -Dprofile=my-profile`; `-- -s path/to/settings.xml`
|
|
289
|
+
Examples: `-- -Dpkg_version=1.4`; `-- -Dprofile=my-profile`; `-- -s path/to/settings.xml`
|
|
290
290
|
|
|
291
291
|
## Options for Gradle projects
|
|
292
292
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
c95514929e171fbc7b6b8cec1ba42a202d3104cc05b1126decd25ffdaaebae60 snyk-alpine-arm64
|
|
2
|
+
bb05a5c28a1bbf9992b9bb1683ffecfc66b549acb6512492290cf087d6025c76 snyk-alpine
|
|
3
|
+
2f60768e602fee12163e0d7215cdaa98b73eb864a3fe1b65f2d6b667b78dcc3c snyk-fix.tgz
|
|
4
|
+
f37310c00131da118437b97fb07a7cdf4e15b356187f941271ea970844b7a650 snyk-linux-arm64
|
|
5
|
+
14c52172774884141b6ee97ba61b35eff731ec4b081f040cff23c3551b13b1e6 snyk-linux
|
|
6
|
+
a730df15969d9023685e424c93f6e0ec0c41b98cf1aa153268509bf519380435 snyk-macos-arm64
|
|
7
|
+
cff88665caa626005628cdcb45e43fe451b6fc5b328e2d278000d49c3295820e snyk-macos
|
|
8
|
+
f500424d2f6de0ffe45142e7ed4c396b255133a791cb93f0a3517a9208d6419e snyk-protect.tgz
|
|
9
|
+
44fef279eb33274de1fc621e86b92220d869c89f70bc666224877cc495e07a2b snyk-win.exe
|
package/src/generated/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1304.
|
|
1
|
+
1.1304.3
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
c95514929e171fbc7b6b8cec1ba42a202d3104cc05b1126decd25ffdaaebae60 snyk-alpine-arm64
|
|
2
|
+
bb05a5c28a1bbf9992b9bb1683ffecfc66b549acb6512492290cf087d6025c76 snyk-alpine
|
|
3
|
+
2f60768e602fee12163e0d7215cdaa98b73eb864a3fe1b65f2d6b667b78dcc3c snyk-fix.tgz
|
|
4
|
+
f37310c00131da118437b97fb07a7cdf4e15b356187f941271ea970844b7a650 snyk-linux-arm64
|
|
5
|
+
14c52172774884141b6ee97ba61b35eff731ec4b081f040cff23c3551b13b1e6 snyk-linux
|
|
6
|
+
a730df15969d9023685e424c93f6e0ec0c41b98cf1aa153268509bf519380435 snyk-macos-arm64
|
|
7
|
+
cff88665caa626005628cdcb45e43fe451b6fc5b328e2d278000d49c3295820e snyk-macos
|
|
8
|
+
f500424d2f6de0ffe45142e7ed4c396b255133a791cb93f0a3517a9208d6419e snyk-protect.tgz
|
|
9
|
+
44fef279eb33274de1fc621e86b92220d869c89f70bc666224877cc495e07a2b snyk-win.exe
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1304.
|
|
1
|
+
1.1304.3
|