b18a080fae4a79dd55e6caae6e130f2d6f426f87

JonJagger - Sonarcloud webhooks (#204) * Update main.yml to use SonarCloud-Kosli webhook integration * Set workflow to run in branch to test webhook * Set workflow to only run on pushes to main again * Add sonarcloud scans back into kosli YML and sdlc gate * Update .kosli.yml * Add never-alone back in
Non-compliant

  1. Trail Events

    11 events
  2. Description: JonJagger - Sonarcloud webhooks (#204) * Update main.yml to use SonarCloud-Kosli webhook integration * Set workflow to run in branch to test webhook * Set workflow to only run on pushes to main again * Add sonarcloud scans back into kosli YML and sdlc gate * Update .kosli.yml * Add never-alone back in
    Reported by: ci-pipelines
    Commit:
    FayeSGW <108031168+FayeSGW@users.noreply.github.com> (main) 1722514407.0 • 3 months ago
    Sonarcloud webhooks (#204)

    * Update main.yml to use SonarCloud-Kosli webhook integration

    * Set workflow to run in branch to test webhook

    * Set workflow to only run on pushes to main again

    * Add sonarcloud scans back into kosli YML and sdlc gate

    * Update .kosli.yml

    * Add never-alone back in
    Template:
    version: 1
    
    trail:
      attestations:
        - name: pull-request
          type: pull_request
        - name: never-alone-data
          type: generic
        - name: never-alone-control
          type: generic
      artifacts:
        - name: differ
          attestations:
            - name: lint
              type: generic
            - name: snyk-container-scan
              type: snyk
            - name: snyk-code-scan
              type: snyk
            - name: unit-test
              type: junit
            - name: branch-coverage
              type: generic
            - name: sonarcloud-scan
              type: sonar