Skip to content

Commit

Permalink
[#97] Update Sonar Scan workflow for GovTool frontend
Browse files Browse the repository at this point in the history
This commit updates the Sonar Scan workflow configuration to reflect
the new codename of the project - GovTool, as part of the restructuring
outlined in ticket #111. The changes ensure that the Sonar Scan workflow
is properly aligned with the new project name, particularly for the
frontend component of the GovTool application.

Technical Details:
- Modified `.github/workflows/frontend_sonar_scan.yml` to rename the workflow job from "Execute sonar-scanner on vva-fe" to "Execute sonar-scanner on govtool frontend".
- Ensured that the workflow steps are correctly configured to work with the GovTool frontend project.
  • Loading branch information
placek committed Feb 7, 2024
1 parent ead3bf2 commit 3817703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend_sonar_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
execute_sonar_scanner:
name: Execute sonar-scanner on vva-fe
name: Execute sonar-scanner on govtool frontend
runs-on: ubuntu-latest
permissions: read-all
steps:
Expand All @@ -26,4 +26,4 @@ jobs:
# - uses: sonarsource/sonarqube-quality-gate-action@master
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 3817703

Please sign in to comment.