goweft/Burling AIP Conformance
Validate AIP (Agent Identity Protocol) identity documents and capability tokens, emitting SARIF for code scanning.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Path to the artifact to validate (a compact IBCT, or an identity document for validate-identity), relative to the repository root. | yes | — |
| command | burling subcommand: lint (all checks, recommended), validate, validate-identity, or audit-chain. | no | lint |
| strict | Promote WARNING findings to failures (passes --strict to burling). This affects the SARIF result levels burling reports. | no | false |
| fail-on-error | Fail this step when burling reports an ERROR finding. Default false so a later upload-sarif step still runs; set true to gate the build here instead of in code scanning. | no | false |
| output | Path to write the SARIF document, relative to the repository root. | no | burling.sarif |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file. Feed this to github/codeql-action/upload-sarif. |