actions-marketplace-validations/Embold
Scan your code with Embold
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| emboldUrl | URL of your Embold instance (e.g., https://packages.embold.io/) | yes | https://packages.embold.io/ |
| emboldToken | Your Embold access token | yes | "" |
| emboldRepoUid | Embold repository UID where the results will be published | yes | "" |
| scannerDownloadUrl | URL to download the BrowserStack CQ Scanner | no | https://v1.embold.io/nfs/CLI/browserstack-codequality-scanner.tar.gz |
| repositoryConfigPath | Path to the repository configuration JSON file | no | repository-configuration.json |
| downloadConfig | Download repository configuration from Embold server | no | false |
| configDownloadPath | Path where downloaded config will be saved | no | repository-configuration.json |
| tempDirectory | Temporary directory for scanner artifacts | no | ./temp |
| baseDirectory | Base directory of the source code to scan | no | . |
| verbose | Enable verbose logging | no | true |
| qualityGate | Enable quality gate checking | no | false |
| continueOnError | Continue workflow execution even if scan fails | no | true |
Outputs
| name | description |
|---|---|
| status | Status of the scan |
| qualityGateStatus | Quality gate status (PASSED/FAILED) |
| qualityGateData | Quality gate detailed data |