Skip to content

Update ehrbase/ehrbase Docker tag to v2.11.0 (#24) #11

Update ehrbase/ehrbase Docker tag to v2.11.0 (#24)

Update ehrbase/ehrbase Docker tag to v2.11.0 (#24) #11

Workflow file for this run

name: SonarQube Scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarcloud-github-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}