diff --git a/.github/workflows/production-ci.yml b/.github/workflows/production-ci.yml index 686fd26..ab11bf0 100644 --- a/.github/workflows/production-ci.yml +++ b/.github/workflows/production-ci.yml @@ -12,6 +12,9 @@ jobs: do-scan: name: SonarCloud Scan runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read steps: - name: Checkout code