Skip to content

Add option in Helm chart to disable deployment of Bitnami PostgreSQL … #15

Add option in Helm chart to disable deployment of Bitnami PostgreSQL …

Add option in Helm chart to disable deployment of Bitnami PostgreSQL … #15

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 }}