add techdocs annotation #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SonarQube scan | |
on: | |
workflow_dispatch: | |
push: | |
branches: [feat/catalog-info] | |
jobs: | |
sonar: | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: read | |
steps: | |
- name: Checkout the repository 🎁 | |
uses: actions/checkout@v4 | |
- name: Auth GCP 🔒 | |
uses: PrestaShopCorp/prestashop-github-action-gcp-auth@v1 | |
with: | |
auth-mode: 'json-file' | |
credentials-json: ${{ secrets.SONARQUBE_SECRET_KEY }} | |
gke-cluster-name: ${{ secrets.CLUSTER_NAME_INTEGRATION }} | |
setup-gcloud: false | |
registry-login: false | |
- name: Launch quality test ✅ | |
uses: PrestaShopCorp/prestashop-github-action-sonarqube@v1 | |
with: | |
sonar-token: ${{ secrets.SONAR_TOKEN }} # Your token sonarqube to identify your project |