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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ docker run --rm \
186
186
187
187
To perform a build reproducibility check, we need two build artifacts of a package version.
188
188
189
-
Assuming there is already an existing package store with a previously scanned package version `project/[email protected]`, we perform a reproducibility check by scanning another build artifact of the same package version with the specially crafted project URL `project/[email protected]?build=repro`.
189
+
Assuming there is already an existing package store with a previously scanned package version `project/[email protected]`, we perform a reproducibility check by scanning another build artifact of the same package version with the specially crafted project URL `project/[email protected]?build=repro`.
190
190
191
191
The previously scanned artifact for the package version is used as the reference against which the artifact we're scanning will be compared.
192
192
The `build=repro` qualifier indicates our intention to perform a reproducibility build check.
@@ -220,7 +220,7 @@ The `rl-scan` helper tool supports the following parameters.
220
220
| :--------- | :------ |
221
221
|`--package-path`| Required. Path to the package file you want to scan. The specified package file must exist in the **package source** directory mounted to the container. |
222
222
|`--report-path`| Required. Path to the location where you want to store analysis reports. The specified path must exist in the **reports destination** directory mounted to the container. |
223
-
|`--report-format`| Required. A comma-separated list of report formats to generate. Supported values: `cyclonedx`, `sarif`, `spdx`, `rl-html`, `rl-json`, `all`|
223
+
|`--report-format`| Required. A comma-separated list of report formats to generate. Supported values: `cyclonedx`, `sarif`, `spdx`, `rl-html`, `rl-json`, `rl-checks`, `rl-cve`, `all`|
224
224
|`--rl-store`| Optional. Path to existing rl-secure package store that is to be used for scan. |
225
225
|`--purl`| Optional. Package URL used for scan (format `[pkg:namespace/]<project></package><@version>`). |
226
226
|`--diff-with`| Optional. Package version that will be used as a base for difference report. |
0 commit comments