Skip to content

Commit 25e4d0d

Browse files
Actually fix formatting
1 parent a2f9b6d commit 25e4d0d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/organizations/managing-security-and-risk.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,11 +688,13 @@ Container Scanning is a technique to scan your container image's dependencies fo
688688
The security tool analyzes your upload SBOM (Software Bill of Materials) files to find vulnerabilities in your container images. An SBOM of a container lists all the dependencies included in the image, which in turn allows the scanner to search for known vulnerabilities (CVEs).
689689

690690
#### High-level flow
691+
691692
1. Image SBOMs are received either via CI/CD integration or manual upload
692693
2. The image dependencies are scanned against Trivy's vulnerability databases
693694
3. Results appear in the UI after processing
694695

695696
#### Scan Frequency
697+
696698
1. Proactive scans run automatically once per day
697699
2. Scans are executed every night (UTC) and the findings are updated automatically
698700

@@ -724,6 +726,7 @@ You can also manually upload your container's Software Bill of Materials (SBOM)
724726
![Security and risk management manually import container SBOM](images/security-risk-management-container-upload-manually.png)
725727

726728
In order to do manually upload an image, you need to:
729+
727730
1. Add the image name;
728731
2. Add the image tag;
729732
3. Upload your container image file(environment and repository fields are optional).
@@ -739,6 +742,7 @@ The Image card list provides an overview of all container images and their last
739742
![Security and risk management container images](images/security-risk-management-container-image-card-list.png)
740743

741744
For each image, you can see:
745+
742746
- Image name
743747
- The most recent tag pushed for this image
744748
- Options and entry point to check all image tags.
@@ -748,6 +752,7 @@ By clicking the card for a specific image, you will see a list of all tags for t
748752
![Security and risk management container image tags](images/security-risk-management-container-tag-list.png)
749753

750754
For the image tags, the list is sorted by latest uploaded, and the information includes:
755+
751756
- Tag used
752757
- Environment (optional field)
753758
- Last analysis: Date of the last scan for that tag
@@ -764,6 +769,7 @@ Once a tag is scanned, you can click on the `check findings` link to access the
764769
![Security and risk management delete container SBOM](images/security-risk-management-container-delete-image.png)
765770

766771
What happens when you delete an image:
772+
767773
- The image is permanently removed
768774
- All associated image tags are deleted
769775
- Scan history and results for that image are removed

0 commit comments

Comments
 (0)