3eb77faa343c12bcf95f0b393d0c8ab938834308

Compliant

  1. Trail Events

    19 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1739859161.0 • 4 days ago
    Misc tidying (#297)

    * Tidy workflows

    * Let snyk detect base-image to avoid warnings

    * Dockerfile: give BASE_IMAGE arg a fake default to turn off warnings

    * Silence docker warnings

    * Use saver image digest in docker-compose.yml
    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