ee5efb807c8875b3a7c92c638755c04cd8a81771

Compliant

  1. Trail Events

    17 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1740053781.0 • 1 day ago
    Add missing needs to workflow (#301)

    * Add missing needs: to workflow to ensure begin-trail has completed before attestations

    * Add workflow env-vars for the names of Kosli environments
    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: custom:test-metrics
            - name: unit-test-coverage-metrics
              type: custom:coverage-metrics
            - name: integration-test
              type: junit
            - name: integration-test-metrics
              type: custom:test-metrics
            - name: integration-test-coverage-metrics
              type: custom:coverage-metrics
            - name: sonarcloud-scan
              type: sonar