tangleguard/TangleGuard
Monitors architectural changes and enforces architectural rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upload_results | To upload the scan result to TangleGuard Cloud for further analysis | no | false |
| api_token | TangleGuard Cloud API token (required when upload_results is true). Create one in the TangleGuard web app and pass it via a secret. | no | — |
| repository | Repository in format 'owner/project' (optional, will be extracted from Git if not provided) | no | — |
| description | Project description for TangleGuard Cloud | no | — |
| language | Programming language (rust|javascript) | yes | — |
| path | Path to the workspace to analyze (defaults to current directory) | no | . |
| ignore_paths | Comma-separated list of directory names to ignore during scanning (e.g., 'examples,benchmarks') | no | — |
| fail_on_findings | Whether to fail the action if any findings are detected | no | true |
| detect_change | Whether to run change detection between PR base and head (only works on pull_request events) | no | false |
Outputs
no outputs