Skip to content

feat: Add Object Storage Service to Terraform Provider #48

feat: Add Object Storage Service to Terraform Provider

feat: Add Object Storage Service to Terraform Provider #48

Workflow file for this run

name: SonarQube analysis
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
permissions:
pull-requests: read
jobs:
Analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Analyze with SonarQube
uses: SonarSource/sonarqube-scan-action@884b79409bbd464b2a59edc326a4b77dc56b2195
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args:
-Dsonar.projectKey=Terraform-provider
-Dsonar.qualitygate.wait=true
-Dsonar.sources=fptcloud