https://github.com/duffney/secure-supply-chain-on-aks
Learn how to use open-source tools to secure your container deployments on Azure Kubernetes Service.
https://github.com/duffney/secure-supply-chain-on-aks
Last synced: about 1 year ago
JSON representation
Learn how to use open-source tools to secure your container deployments on Azure Kubernetes Service.
- Host: GitHub
- URL: https://github.com/duffney/secure-supply-chain-on-aks
- Owner: duffney
- Created: 2023-04-17T15:51:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T19:30:02.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:04:10.739Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 616 KB
- Stars: 30
- Watchers: 1
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔑 Secure Supply Chain on AKS

Learn how to secure your container deployments on Azure Kubernetes Service by using open-source tools.
- [Trivy](https://github.com/aquasecurity/trivy) scans container images for vulnerabilities
- [Coptaic](https://github.com/project-copacetic/copacetic) patches container images using reports from vulnerability scanners
- [Notary](https://github.com/notaryproject/notary) signs container images with digital signatures
- [Gatekeeper](https://github.com/open-policy-agent/gatekeeper-library) policy enforcement for Kubernetes
- [Ratify](https://github.com/deislabs/ratify) admission controller for Kubernetes
By combining these tools, you can create a secure supply chain for your container deployments on Azure Kubernetes Service.
👉 [Watch the MSBuild 2023 Talk](https://www.youtube.com/watch?v=Mep9QWc3ByE&t=1s)