v2.10.9

Compliant

  1. Trail Events

    36 events
  2. Reported by: ci-user
    Commit:
    FayeSGW <108031168+FayeSGW@users.noreply.github.com> () 1719563248.0 • 2 months ago
    Sonarqube attestation (#248)

    * Include SonarQube URL in attest sonar command

    * Create separate test suites for SonarCloud and SonarQube testing with attest sonar command

    * Include all available metrics for sonar scan, add more detailed error messages, new tests

    * Update go-retryablehttp dependency for CVE-2024-6104

    * Update tests to include logical environment type

    * Added long description and better flag descriptions for attest sonar command
    Template:
    version: 1
    trail:
      attestations:
      - name: lint
        type: generic
      - name: test
        type: junit
      - name: snyk-code
        type: snyk
      artifacts:
      - name: cli-docker
        attestations:
        - name: snyk-container
          type: snyk
        - name: smoke-test
          type: generic
        - name: container-sbom
          type: generic
    
      - name: linux-arm
        attestations:
        - name: sbom
          type: generic
      - name: windows-arm
        attestations:
        - name: sbom
          type: generic
      - name: windows-arm64
        attestations:
        - name: sbom
          type: generic
      - name: darwin-arm64
        attestations:
        - name: sbom
          type: generic
      - name: linux-arm64
        attestations:
        - name: sbom
          type: generic
      - name: linux-amd64
        attestations:
        - name: sbom
          type: generic
      - name: windows-amd64
        attestations:
        - name: sbom
          type: generic
      - name: darwin-amd64
        attestations:
        - name: sbom
          type: generic
      - name: rpm-pkg-amd64
        attestations:
        - name: sbom
          type: generic
      - name: rpm-pkg-arm64
        attestations:
        - name: sbom
          type: generic
      - name: rpm-pkg-arm
        attestations:
        - name: sbom
          type: generic
      - name: deb-pkg-arm64
        attestations:
        - name: sbom
          type: generic
      - name: deb-pkg-arm
        attestations:
        - name: sbom
          type: generic
      - name: deb-pkg-amd64
        attestations:
        - name: sbom
          type: generic