reversinglabs/gh-action-rl-scanner-cloud-composite
Scan an artifact with ReversingLabs Spectra Assure Portal
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rl-verbose | Make the scanner more verbose | no | false |
| artifact-to-scan | Path to the package file (artifact) you want to scan | yes | — |
| report-path | Path to a directory where the reports will be saved (must be a new directory, with a path relative to the github.workspace) | no | MyReportDir |
| rl-portal-server | the server namespace used for your company | yes | — |
| rl-portal-org | the organisation set up on the portal server for your company | yes | — |
| rl-portal-group | the group you want the scan to use (you must be a member of that group) | yes | — |
| rl-package-url | A package url to use for this scan | no | "" |
| rl-diff-with | Perform a diff scan against the provided version | no | "" |
| rl-submit-only | Optionally do not wait for the scan result: bool: default False | no | false |
| rl-timeout | Amount of time (in minutes), the user is willing to wait for analysis before failing | no | 20 |
| rl-proxy-server | An optional proxy server to use | no | "" |
| rl-proxy-port | An optional proxy server port to use | no | "" |
| rl-proxy-user | An optional proxy server user to use | no | "" |
| rl-proxy-password | An optional proxy server password to use | no | "" |
| ref-sha | Reference SHA of the commit or pull request | no | ${{ github.event.pull_request.head.sha || github.sha }} |
Outputs
| name | description |
|---|---|
| description | The result of the action: a string terminating in FAIL or PASS |
| status | The single word result of the action: success, failure or error |