Skip to content

Commit

Permalink
ci: remove from sonar
Browse files Browse the repository at this point in the history
OTT-7018
  • Loading branch information
oabdoun committed Jan 23, 2025
1 parent a44c867 commit 2b80529
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- "**"
env:
GO_VERSION: 1.22
SKIP_SONAR: true

permissions:
id-token: write
Expand Down Expand Up @@ -49,11 +48,6 @@ jobs:
role-session-name: GitHub_to_AWS_via_FederatedOIDC
aws-region: ${{ secrets.AWS_REGION }}
- run: make test
- uses: SonarSource/sonarcloud-github-action@master
if: ${{ !env.SKIP_SONAR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

snyk:
name: Snyk Scan
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
*Scan status*
- Snyk: ${{needs.snyk.result }}
- Sonar Cloud: ${{needs.sonarcloud.result }}
*Workflow run link:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
actions: |
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
A Terraform provider for AWS MediaTailor

[![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)
[![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)
[![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)

## Documentation

Expand Down
1 change: 0 additions & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
annotations:
github.com/project-slug: spring-media/terraform-provider-awsmt
backstage.io/techdocs-ref: dir:.
sonarqube.org/project-key: spring-media_ott-tfprovider-awsmt
backstage.io/code-coverage: enabled
snyk.io/org-name: ott-0fm
snyk.io/project-ids: 3f072d8b-139c-4e65-b72b-df5e7205cb04,f2dd5050-9764-4643-b921-0d5e58bead27
Expand Down
7 changes: 0 additions & 7 deletions sonar-project.properties

This file was deleted.

0 comments on commit 2b80529

Please sign in to comment.