13f713712aab41a0e85d52bffaf0126be40fcfbb

Compliant

  1. Trail Events

    18 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1763972061.0 • 3 weeks ago
    Add trail link to workflow step summary (#336)

    * Add trail link to workflow step summary

    * Update .snyk policy file

    * Break down long line in workflow yaml
    Origin URL: https://github.com/cyber-dojo/differ/actions/runs/19627581358
    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. 3 weeks ago
    13f7137
    Compliant