Skip to content

Commit 11d449d

Browse files
author
Admin-01 SecW01
authored
Update lab1.md - Changed exercise numbers
1 parent 08192ce commit 11d449d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_labs/lab1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This lab covers parts of the following exam domains:
1111
> [!TIP]
1212
> We recommend opening up two browser windows, one with the lab and one with the working copy of your repo!
1313
14-
## Exercise 1: Enabling the security settings
14+
## Enabling the security settings
1515

16-
In this exercise, you will be guided through the process of enabling the remaining GHAS features. Then you will be shown how to use the features to secure your code.
16+
In the following exercises, you will be guided through the process of enabling the remaining GHAS features. Then you will be shown how to use the features to secure your code.
1717

18-
### Exercise 2: Enable Dependabot
18+
### Exercise 1: Enable Dependabot
1919

2020
Although Dependabot isn't part of the GitHub Advanced Security product suite, it is still an important tool to discuss from an overall security posture.
2121

@@ -31,7 +31,7 @@ Although Dependabot isn't part of the GitHub Advanced Security product suite, it
3131
<img src="images/lab-1-1-1.png"/>
3232
</details>
3333

34-
### Exercise 3: Enable Code Scanning
34+
### Exercise 2: Enable Code Scanning
3535

3636
1. Next, let's enable **Code Scanning with CodeQL**. These settings are also under the **Code security** settings page.
3737
2. Click the **Enable** button next to GitHub Advanced Security.
@@ -63,7 +63,7 @@ Although Dependabot isn't part of the GitHub Advanced Security product suite, it
6363
6464
7. Optionally, configure the **Check runs failure threshold** - by default, a pull request will be blocked if there are any high or higher security alerts.
6565

66-
### Exercise 4: Enable Secret Scanning
66+
### Exercise 3: Enable Secret Scanning
6767

6868
1. Click on the **Enable** button to enable Secret Scanning.
6969
2. Check the box to **Scan for generic secrets**. This feature uses AI to find secrets/passwords that may be in your code that don't correspond to a known provider pattern.

0 commit comments

Comments
 (0)