Skip to content

Removed leases with null decisions #89

Removed leases with null decisions

Removed leases with null decisions #89

Workflow file for this run

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
name: Sonarcloud Scan
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
args: >
-Dsonar.organization=managedcloudapplications
-Dsonar.projectKey=mvj
-Dsonar.sources=.
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.python.version=3.6,3.7,3.8,3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}