Sani review - created Audit report ran by CodeClaude#478
Open
saniyasabitova12 wants to merge 57 commits intodockersamples:mainfrom
Open
Sani review - created Audit report ran by CodeClaude#478saniyasabitova12 wants to merge 57 commits intodockersamples:mainfrom
saniyasabitova12 wants to merge 57 commits intodockersamples:mainfrom
Conversation
Task #11: Create Jenkins pipeline job and connect repository
…-ports task-6: add ports and dependencies analysis
dockersamples#27 Implemented blue-green deployment using two separate Docker Compose stacks
Add local run instructions and verification URLs (task #3)
dockersamples#28 Automate deployment scripts to pull and start new version dockersamples#29 Automate deployment scripts to pull and start new version and dockersamples#30 Implement automatic rollback if smoke tests fail
Task #13 – Implement Jenkins pipeline (checkout, build, test, package)
Task #14: Build Docker images for each service
…check ttask-5: add baseline health verification steps
when anyone creates PR into main CI will run
@Khanbibi-devops @VladyslavZakharov @marinchik2205 @SvAdam25 @Eleonora2004 I configured Trivy to generate JSON vulnerability reports for each Docker image, stored them in a reports directory, and used Jenkins archiveArtifacts to archive the scan reports after every build. , before in Jenkinsfile we only were archiving artifacts. Now: After build: we can open Jenkins , click build number, scroll to Build Artifacts, and we will see: vote-scan-report.json result-scan-report.json worker-scan-report.json ✅ Task complete: Scan reports are archived.
Added Trivy
flake8 find formatting errors and was giving exit code 1, that's why static checks failed. I've just fixed two lines., hope it will work now.
Fix formatting in app.py for route definition
…ecks Update app.py
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.
This PR adds an AI-generated audit report for the repository.
Scope:
Details:
Purpose:
Provide a structured overview of current issues and improvement areas