Skip to content

Commit dc1cfc8

Browse files
authored
Update defender-for-container-registries-cicd.md
1 parent f3de2d0 commit dc1cfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/defender-for-cloud/defender-for-container-registries-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To enable vulnerability scans of images in your GitHub workflows:
8989
subscription-token: ${{ secrets.AZ_SUBSCRIPTION_TOKEN }}
9090
```
9191
92-
1. Run the workflow that will push the image to the selected container registry. Once the image is pushed into the registry, a scan of the registry runs and you can view the CI/CD scan results along with the registry scan results within Microsoft Defender for Cloud.
92+
1. Run the workflow that will push the image to the selected container registry. Once the image is pushed into the registry, a scan of the registry runs and you can view the CI/CD scan results along with the registry scan results within Microsoft Defender for Cloud. Running the above yaml file will result in an instance of [AquaSecurity's Trivy](https://github.com/aquasecurity/trivy) being installed in your build system. Trivy is licensed under the Apache 2.0 License, and has dependencies on datafeeds, many of which contain their own terms of use.
9393
9494
1. [View CI/CD scan results](#view-cicd-scan-results).
9595

0 commit comments

Comments
 (0)