Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Module 26 - Code Vulnerability Reachability.md #939

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Labs/Modules/Module 26 - Code Vulnerability Reachability.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This demo deploys a container image with reachable vulnerabilities from [Damn Vu
* Defender CSPM license.
* Connector for Endor Labs in Defender for Cloud. Learn how to create the connector [here](https://learn.microsoft.com/azure/defender-for-cloud/connect-endor-labs).

# Azure DevOps Configuration
# Exercise 1: Azure DevOps Configuration
1. Clone this repository in Azure DevOps.
2. Create a service connection in Azure DevOps to Docker. Select 'Other' when you have to specify the type of connection. Here you must specify the container registry login server, username, and password that come from access keys in Azure Container Registry.
![image](https://github.com/user-attachments/assets/a1535e01-9d22-4df8-8bf0-e83cf070ba34)
Expand All @@ -39,7 +39,7 @@ This demo deploys a container image with reachable vulnerabilities from [Damn Vu
![image](https://github.com/user-attachments/assets/fd265dee-fbc5-4933-8b12-07e7ff76fefc)
7. Save and run the pipeline.

# GitHub Configuration
# Exercise 2: GitHub Configuration
1. Clone this repository in GitHub.
2. Navigate to Settings > Secrets and Variables > Actions in the GitHub repository.
4. Create secrets for your ACR_USERNAME and ACR_PASSWORD. These come from Access Keys in ACR.
Expand Down