afd0153601f15a6dac1ba2a65555c140b818a970

Compliant

  1. Trail Events

    17 events
  2. Reported by: ci-pipelines
    Commit:
    Jon Jagger <jon@kosli.com> (main) 1737372759.0 • 2 months ago
    Merge pull request #109 from cyber-dojo/add-docker-secrets-as-workflow-inputs

    Add docker secrets as main workflow inputs
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
      artifacts:
        - name: saver
          attestations:
            - 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