02499b0bdd8a2a015269c848b00487f5ffdcb2f4

Diff files from two traffic-lights
Non-compliant

  1. Trail Events

    12 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. Description: Diff files from two traffic-lights
    Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1729501457.0 • 1 month ago
    Split unit test coverage into its own job (#253)

    * Move integration test coverage into its own workflow step

    * Remove pipe to dev-null to see why mkdir is failing in workflow job

    * Try running tests as root user

    * Restore writing coverage files to /tmp and tar-piping out

    * Restore tar-piping coverage files out of container

    * Fix Workflow yaml typos

    * Delete dead source statements in bash scripts

    * Delete trailing whitespace in CI workflow command

    * Restore if: checks in CI workflow

    * Remove extraneous trailing slashses for dir

    * Move echo statements to more appropriate scripts

    * Remove dry-run env-vars used in workflow testing

    * Fix client/test/lib/run.sh

    * Add integration test workflow jobs with kosli attestations

    * Remove dry-run flags from workflow job
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: differ
          attestations:
            - name: rubocop-lint
              type: generic
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk
            - name: unit-test
              type: junit
            - name: unit-test-coverage
              type: generic
            - name: integration-test
              type: junit
            - name: integration-test-coverage
              type: generic
            - name: sonarcloud-scan
              type: sonar