Skip to content

Option to skip loading bitnami legacy postgresql #13

Option to skip loading bitnami legacy postgresql

Option to skip loading bitnami legacy postgresql #13

Workflow file for this run

---
name: Sonar scan
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sonar scan
if: env.SONAR_TOKEN != null
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}