a2452ecd7c97dc897c5026c4704532079da7f26d

Incomplete

  1. Trail Events

    21 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1735913318.0 • 2 weeks ago
    Replace generic attestation with custom attestation (#279)
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: differ
          attestations:
            - name: rubocop-lint
              type: junit
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk
            - name: unit-test
              type: junit
            - name: unit-test-metrics-custom
              type: custom:unit-test-metrics
            - name: unit-test-coverage-metrics
              type: generic
            - name: integration-test
              type: junit
            - name: integration-test-metrics
              type: generic
            - name: integration-test-coverage-metrics
              type: generic
            - name: sonarcloud-scan
              type: sonar