File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ To successfully use this Docker image, you need:
1111113 . Start the container with input and output directories mounted as volumes and ` rl-secure ` license keys provided as environment variables.
112112
113113To prevent issues with file ownership and access to analysis reports, the ` -u ` option is used to provide current user identification to the container.
114+ The line ` -u $(id -u):$(id -g) ` can be removed for platforms where docker runs as the current user like on Windows.
114115
115116The following command runs the ` rl-scan ` helper tool inside the container and scans a file from the mounted input directory.
116117The file must exist in the mounted input directory.
@@ -402,4 +403,5 @@ The `rl-prune` tool supports the following parameters.
402403<!-- 2024-12-05: Spectra Assure CLI 2.5.0 has been released; rl-scanner v3.3.0 -->
403404<!-- 2024-12-05: Spectra Assure CLI 2.5.1 has been released; rl-scanner v3.3.1 -->
404405<!-- 2025-01-16; Spectra Assure CLI 2.5.2 has been released; rl-scanner v3.3.2 -->
405- <!-- 2025-01-17: Spectra Assure CLI 2.5.1 has been released; rl-scanner v3.3.3; fix pack-safe -->
406+ <!-- 2025-01-17: Spectra Assure CLI 2.5.2 has been released; rl-scanner v3.3.3; fix pack-safe -->
407+ <!-- 2025-01-30; Spectra Assure CLI 2.5.3 has been released; rl-scanner v3.3.4; -->
You can’t perform that action at this time.
0 commit comments