Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Segregate the CVE on the basis of severity (LOW,MEDIUM,HIGH,CRITICAL ) of trivy scanned result on Devtron UI. #5521

Open
2 tasks done
ajaydevtron opened this issue Jul 18, 2024 · 3 comments · Fixed by #5617
Assignees
Labels
enhancement New feature or request ICA-AUG24 Issue Cleanup Activity Aug 2024

Comments

@ajaydevtron
Copy link
Contributor

ajaydevtron commented Jul 18, 2024

🔖 Feature description

Currently we club the (HIGH,CRITICAL) vulnerabilities and show the count on following pages.

  1. On Build page
Screenshot 2024-07-18 at 4 22 37 PM
  1. On Security page (Global configuration)
Screenshot 2024-07-18 at 4 25 30 PM
  1. On Deployment trigger page
Screenshot 2024-07-18 at 4 26 32 PM

But while scanning manually image we are getting the following count of each severity and this correct result we are showing on only one place at app details page of Devtron (after using SCAN_V2_ENABLED in orchestrator , ENABLE_RESOURCE_SCAN and ENABLE_RESOURCE_SCAN_V2 in dashboard ) as we can see here

Screenshot 2024-07-18 at 4 30 48 PM

Total: 243 (UNKNOWN: 0, LOW: 179, MEDIUM: 30, HIGH: 33, CRITICAL: 1)

🎤 Pitch / Usecases

We also wanted to add the security enforcement on deployment if any image have critical vulnerabilities but right now it is also including the HIGH in count.

🔄️ Alternative

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

AB#10189

@ajaydevtron ajaydevtron added the enhancement New feature or request label Jul 18, 2024
Copy link

azure-boards bot commented Jul 18, 2024

❌ There was a problem linking to Azure Boards work item(s):

  • 10189

Please check the IDs and try again using the AB# syntax. Learn more

1 similar comment
Copy link

azure-boards bot commented Jul 18, 2024

❌ There was a problem linking to Azure Boards work item(s):

  • 10189

Please check the IDs and try again using the AB# syntax. Learn more

@ajaydevtron
Copy link
Contributor Author

Duplicate of #4166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ICA-AUG24 Issue Cleanup Activity Aug 2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants