motionet/Motionet Compliance Scan
Scan your project for EU AI Act and other regulatory compliance using the Motionet Compliance API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Motionet API key (X-API-Key) | yes | — |
| api-url | Motionet Compliance API base URL | no | https://compliance-api.motionet.io |
| regulations | Comma-separated list of regulation IDs to scan against | no | EU_AI_ACT |
| min-severity | Minimum severity level to include in output (info, low, medium, high, critical) | no | info |
| fail-on-severity | Severity threshold that fails the check run (none, info, low, medium, high, critical) | no | none |
| sarif-output | Path to write SARIF output file (relative to workspace or absolute) | no | compliance-results.sarif |
Outputs
| name | description |
|---|---|
| compliance-score | Overall compliance score (0-100) |
| findings-count | Total number of findings |
| critical-count | Number of critical findings |
| high-count | Number of high severity findings |
| scan-id | Scan UUID for follow-up API calls |
| sarif-file | Absolute path to the written SARIF file |
| action-exit-code | Exit code of the scan script: 0 (pass), 1 (severity gate), 2 (error/quota/timeout) |