f76992b35843d05c24823d1ac5cb0ae718fc4d92

Compliant

  1. Trail Events

    19 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1765183346.0 • 1 week ago
    Refactor towards sub index (#339)

    * Add comment to echo_env_vars() showing example of env-var override
    * Remove .to_i calls in preparation for index incorporating sub-index, eg 7 or 7.1
    * Provide finer detail in exceptions
    * Switch tests to use saver version 2
    * Update metrics limits
    * Update readme
    * Collapse duplication in bin/run_tests.sh
    * Run diff tests against saver version 0,1,2

    * Fix rubocop lint warnings
    Origin URL: https://github.com/cyber-dojo/differ/actions/runs/20021932339
    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
    
  3. 1 week ago
    f76992b
    Compliant