fix: remove hardcoded sonarcloud token from frontend_sonar_scan.yml - #4199
Open
rafaio1 wants to merge 90 commits into
Open
fix: remove hardcoded sonarcloud token from frontend_sonar_scan.yml#4199rafaio1 wants to merge 90 commits into
rafaio1 wants to merge 90 commits into
Conversation
Live Voting - Refactor filtering of voted on proposals IntersectMBO#4105
…rs_change Chore/codeowners change
Chore/workflows
…untime-variables Add runtime env injection for frontend Docker image
next 14 -> 16, next-intl 3 -> 4, @sentry/nextjs updated Nest stack moved to 11.x, axios updated jsonld upgraded to 9.x where applicable @playwright/test/playwright upgraded in playwright workspace Yarn workspaces upgraded aggressively (vite 8, vue 3.5, express 5, uuid 13, etc.) Added targeted overrides in frontend/metadata-validation to clear additional transitive highs where fixable
Add branch and semantic version tags to Docker image workflow
…abilities Upgrade GovTool frontend to React 19 and React Router v8
feat: docker compose for running the govtool stack locally
Add manual Docker image builds for pull requests
…abilities Fix vulnerabilities
…abilities Fix vulnerabilities in tests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4144 Replaces the hardcoded SonarCloud API token in
.github/workflows/frontend_sonar_scan.ymlwith the GitHub Actions secret${{ secrets.SONAR_TOKEN }}. Note for maintainers: The exposed tokenec4183646e59dd70c8077acfabe52062ccbea7a9must be immediately revoked/rotated in SonarCl