Skip to content

fix resync-state kafka listener bug (#931) #1

fix resync-state kafka listener bug (#931)

fix resync-state kafka listener bug (#931) #1

name: Sonarcloud scan framework
on:
push:
branches:
- main
paths:
- port_ocean/**
workflow_dispatch:
jobs:
sonarcloud:
name: Sonarcloud scan changed framework
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan framework
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_FRAMEWORK_TOKEN }}
with:
projectBaseDir: port_ocean