App Modernization: Add Docker image scanning as a new feature in Containerization#1495
Conversation
|
@Tonychen0227 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 5e74324: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Hi @Tonychen0227 - This pull request was opened in the public repo. PMs should work in the private repo, per the Microsoft Docs contributor guide. We can keep this PR open for review and merge, but would you make future content updates in the private repo? Thank you! Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the Java App Modernization containerization quickstart to reflect that the containerization flow now includes scanning the produced Docker images for vulnerabilities.
Changes:
- Add a containerization step indicating Docker image CVE scanning occurs after image build.
| - Checks that the application code is ready to run in a container. | ||
| - Creates a Dockerfile for each project. | ||
| - Builds Docker images for each project. | ||
| - Scans the built Docker images for CVEs. |
No description provided.