You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -146,6 +146,14 @@ Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder.
146
146
147
147
**Note**: Custom-built JAR files, even with open-source dependencies, are not supported.
148
148
149
+
### `--include-provenance`
150
+
151
+
**Experimental:** Enable provenance generation for Maven artifacts during analysis. This generates cryptographic fingerprints for scanned artifacts to help with vulnerability matching and supply chain security.
152
+
153
+
**Note:** This requires the dependency artifacts to be present in your local Maven repository, via `mvn clean install` or similar commands.
Copy file name to clipboardExpand all lines: help/cli-commands/test.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,14 @@ Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder.
250
250
251
251
**Note**: Custom-built JAR files, even with open-source dependencies, are not supported.
252
252
253
+
### `--include-provenance`
254
+
255
+
**Experimental:** Enable provenance generation for Maven artifacts during analysis. This generates cryptographic fingerprints for scanned artifacts to help with vulnerability matching and supply chain security.
256
+
257
+
**Note:** This requires the dependency artifacts to be present in your local Maven repository, via `mvn clean install` or similar commands.
258
+
259
+
Default: false
260
+
253
261
## Options for Gradle projects
254
262
255
263
**Note:** If you see the invalid string length error, refer to [Invalid string length error when scanning projects](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/invalid-string-length-error-when-scanning-projects)
0 commit comments