reversinglabs/gh-action-rl-scanner-composite
Scan an artifact with ReversingLabs Spectra Assure CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| 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-store | Path to a directory where a rl-store has been initialized | no | "" |
| rl-diff-with | Perform a diff scan against the provided version | no | "" |
| rl-package-url | A package url to use for this scan | no | "" |
| rl-verbose | Make the scanner more verbose | no | false |
| 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 |