Skip to content

Commit de3fec2

Browse files
authored
Merge pull request #89433 from kunchawla/patch-1
Update defender-for-container-registries-cicd.md
2 parents a3a0548 + dcfcf1a commit de3fec2

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 install an instance of Aqua Security's [Trivy](https://github.com/aquasecurity/trivy) in your build system. Trivy is licensed under the Apache 2.0 License and has dependencies on data feeds, 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)