Lab 1: SonarCloud + GitHub Actions CI bootstrap#18
Open
nik-bykoff wants to merge 1 commit intolenagrin:masterfrom
Open
Lab 1: SonarCloud + GitHub Actions CI bootstrap#18nik-bykoff wants to merge 1 commit intolenagrin:masterfrom
nik-bykoff wants to merge 1 commit intolenagrin:masterfrom
Conversation
- Move SONAR_PROJECT_KEY/SONAR_ORGANIZATION into workflow env block with explicit setup instructions for fork-based usage. - Update README with student header, fork/upstream links and a table of all eight lab reports. - Replace SonarCloud badges with placeholders for nik-bykoff fork. - Add docs/labs/lab-01.md report describing manual SonarCloud steps, CI workflow layout and verification checklist. - Ignore local .env files to prevent accidental token leaks.
3 tasks
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.
Summary
Bootstrap CI integration with SonarCloud for the
NetSdrClientsolution.SONAR_PROJECT_KEYandSONAR_ORGANIZATIONinto the workflowenvblock with an explicit fork-aware setup header in.github/workflows/sonarcloud.yml.README.mdwith the student header (PZS-1, Bykov Nikita), fork/upstream links and a table of links to all eight lab reports underdocs/labs/.ppanchenSonarCloud badges with placeholders fornik-bykoff_ReengineeringCourse.docs/labs/lab-01.mddescribing the manual SonarCloud setup steps (project creation, token, secret, Automatic Analysis off) and verification checklist..envto prevent accidental token leaks.Test plan
dotnet restore NetSdrClient.slnsucceeds locally.dotnet build NetSdrClient.sln -c Release --no-restoresucceeds (0 errors).dotnet test NetSdrClient.sln -c Release --no-buildreports 8/8 passing.SONAR_TOKENsecret are configured, theSonar Checkjob in this PR turns green and Quality Gate is shown in PR Checks.Manual follow-ups (cannot be automated by code)
SONAR_TOKENto fork repository secrets.SONAR_PROJECT_KEY/SONAR_ORGANIZATIONin the workflow if they differ.Discipline / Author
Made with Cursor