Skip to content

Commit ddeec9e

Browse files
committed
fix readme
1 parent 329882a commit ddeec9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ By default, the configuration is set up to work with GitLab-hosted runners. It i
2020

2121
## What is rl-secure?
2222

23-
`rl-secure` is a CLI tool that's part of the [Spectra Assure platform](https://www.reversinglabs.com/products/software-supply-chain-security) - a new ReversingLabs solution for software supply chain protection.
23+
`rl-secure` is a CLI tool that's part of the [Spectra Assure platform](https://www.reversinglabs.com/products/software-supply-chain-security) - ReversingLabs' solution for software supply chain protection.
2424

2525
With `rl-secure`, you can:
2626

@@ -95,6 +95,7 @@ The Base64-encoded license string and the site key must be provided to the pipel
9595
| `RLSECURE_PROXY_PORT` | No | Network port on the proxy server for proxy configuration. Required if `RLSECURE_PROXY_SERVER` is used. |
9696
| `RLSECURE_PROXY_USER` | No | User name for proxy authentication. |
9797
| `RLSECURE_PROXY_PASSWORD` | No | Password for proxy authentication. Required if `RLSECURE_PROXY_USER` is used. |
98+
| `RL_LEVEL` | No | SAFE level used for scan. Default is 5. Can't be used with `RL_STORE`. |
9899
| `RL_STORE` | No | If using a package store, use this parameter to provide the path to a directory where the self-hosted package store has been initialized. |
99100
| `RL_PACKAGE_URL` | No | If using a package store, use this parameter to specify the package URL (PURL) for the scanned artifact. The package URL should be in the format `project/package@version`; for example `testing/[email protected]`. |
100101
| `RL_DIFF_WITH` | No | If using a package store, use this parameter to specify a previously scanned package version to compare (diff) against. |

0 commit comments

Comments
 (0)