f29c3e61d83254dbcd579d81a57255571e417b90

Compliant

  1. Trail Events

    17 events
  2. Reported by: ci-pipelines
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: runner
          attestations:
            - name: lint
              type: generic
            - name: unit-test
              type: junit
            - name: unit-test-branch-coverage
              type: generic
            - name: integration-test
              type: junit
            - name: integration-test-branch-coverage
              type: generic
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk
    
  3. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1730205190.0 • 3 weeks ago
    Merge pull request #67 from cyber-dojo/add-begin-trail

    Add begin-trail command to workflow to pick up changed template file
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: runner
          attestations:
            - name: rubocop-lint
              type: generic
            - name: unit-test
              type: junit
            - name: unit-test-branch-coverage
              type: generic
            - name: integration-test
              type: junit
            - name: integration-test-branch-coverage
              type: generic
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk