d3809df7075d39a463b5117090fa20366c5edafa

Compliant

  1. Trail Events

    14 events
  2. Reported by: ci-pipelines
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: differ
          attestations:
            - name: lint
              type: generic
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk
            - name: unit-test
              type: junit
            - name: branch-coverage
              type: generic
            - name: sonarcloud-scan
              type: sonar
    
  3. Reported by: ci-pipelines
    Commit:
    Steve Tooke <steve@took.es> (main) 1734350153.0 • 1 month ago
    make custom attestation (#270)

    * Use API to make custom attestation

    * Flow should be org

    Also be louder with curl
    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
              type: generic
            - 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