Skip to content

Commit 2b80529

Browse files
committed
ci: remove from sonar
OTT-7018
1 parent a44c867 commit 2b80529

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- "**"
77
env:
88
GO_VERSION: 1.22
9-
SKIP_SONAR: true
109

1110
permissions:
1211
id-token: write
@@ -49,11 +48,6 @@ jobs:
4948
role-session-name: GitHub_to_AWS_via_FederatedOIDC
5049
aws-region: ${{ secrets.AWS_REGION }}
5150
- run: make test
52-
- uses: SonarSource/sonarcloud-github-action@master
53-
if: ${{ !env.SKIP_SONAR }}
54-
env:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5751

5852
snyk:
5953
name: Snyk Scan

.github/workflows/security.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
*Scan status*
4141
4242
- Snyk: ${{needs.snyk.result }}
43-
- Sonar Cloud: ${{needs.sonarcloud.result }}
4443
4544
*Workflow run link:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
4645
actions: |

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
A Terraform provider for AWS MediaTailor
44

55
[![GitHub Actions](https://github.com/spring-media/ott-tfprovider-awsmt/workflows/CI/badge.svg?branch=main)](https://github.com/spring-media/ott-tfprovider-awsmt/actions?workflow=CI)
6-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=spring-media_ott-tfprovider-awsmt&metric=alert_status&token=06d658832169745b96bb3266679443282e48ace4)](https://sonarcloud.io/summary/new_code?id=spring-media_ott-tfprovider-awsmt)
7-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=spring-media_ott-tfprovider-awsmt&metric=coverage&token=06d658832169745b96bb3266679443282e48ace4)](https://sonarcloud.io/summary/new_code?id=spring-media_ott-tfprovider-awsmt)
86

97
## Documentation
108

catalog-info.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
annotations:
99
github.com/project-slug: spring-media/terraform-provider-awsmt
1010
backstage.io/techdocs-ref: dir:.
11-
sonarqube.org/project-key: spring-media_ott-tfprovider-awsmt
1211
backstage.io/code-coverage: enabled
1312
snyk.io/org-name: ott-0fm
1413
snyk.io/project-ids: 3f072d8b-139c-4e65-b72b-df5e7205cb04,f2dd5050-9764-4643-b921-0d5e58bead27

sonar-project.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)