diff --git a/.github/workflows/main-merge.yaml b/.github/workflows/main-merge.yaml index 1a95eaf..a267e23 100644 --- a/.github/workflows/main-merge.yaml +++ b/.github/workflows/main-merge.yaml @@ -34,12 +34,12 @@ jobs: make test-ci # Sonarcloud - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - GO_MODULES: "on" + # - name: SonarCloud Scan + # uses: SonarSource/sonarcloud-github-action@master + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # GO_MODULES: "on" # Docker buildx does not allow for multi architecture builds and loading the docker container locally, # this way we can not run trivy against the containers, one solution is to run multiple jobs for each arch diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 95bdddf..7abdf33 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -36,12 +36,12 @@ jobs: make test-ci # Sonarcloud - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - GO_MODULES: "on" + # - name: SonarCloud Scan + # uses: SonarSource/sonarcloud-github-action@master + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # GO_MODULES: "on" # Docker buildx does not allow for multi architecture builds and loading the docker container locally, # this way we can not run trivy against the containers, one solution is to run multiple jobs for each arch