Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Add --json flag to CLI for CI/CD pipeline integration #36

@ascender1729

Description

@ascender1729

Problem

DevOps engineers (ICP 3) need machine-readable output for CI/CD gates:

# Current: human-readable only
attestix compliance <id>
# Compliance Status for attestix:abc
# Risk category : high
# Compliant     : NO

# Needed: JSON output for parsing
attestix compliance <id> --json
# {"agent_id": "attestix:abc", "compliant": false, "completion": 12.5, ...}

Also needed:

  • Non-zero exit code when agent is not compliant (for CI/CD gates)
  • attestix credential --verify-cred <id> --json for automated verification

Source

ICP 3 (DevOps Engineer) persona test

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions