Skip to content

Commit 08192ce

Browse files
committed
updating
1 parent f0ce091 commit 08192ce

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This open-ended extra credit lab will have you switch to the advanced CodeQL set
7575

7676
---
7777

78-
### Extra Credit: Custom Secret Scanning Patterns
78+
### Extra Credit: Custom Patterns for Secret Scanning
7979

8080
This open-ended extra credit lab will have you create a custom secret scanning pattern.
8181

_labs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
5. [Lab 5 - Hands-on with Secret Scanning (secret scanning with push protections)](./lab5.md)
88
6. [Lab 6 - Hands-on with Security Overview](./lab6.md)
99
7. [Extra credit: Advanced CodeQL Setup](./lab7-ec.md)
10-
8. [Extra credit: Custom Secret Scanning Patterns](./lab8-ec.md)
10+
8. [Extra credit: Custom Patterns for Secret Scanning](./lab8-ec.md)

_labs/lab8-ec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extra Credit - Lab 8 - Custom Secret Scanning Patterns
1+
# Extra Credit - Lab 8 - Custom Patterns for Secret Scanning
22

33
We are just using the out of the box secret scanning settings. Perhaps you are interested in finding other patterns, such as credit card patterns, committed in the code.
44

@@ -15,6 +15,9 @@ If you are looking for an example of what to search for, we suggest creating a p
1515

1616
Create a pattern, run a dry-run, and hopefully you find the pattern! If so, save the custom secret scanning pattern to implement.
1717

18+
> [!TIP]
19+
> You can check out [examples for custom patterns for secret scanning](https://github.com/advanced-security/secret-scanning-custom-patterns/tree/main?tab=readme-ov-file#personally-identifiable-information-pii), including a credit card example (under PII), in the [advanced-security/secret-scanning-custom-patterns](https://github.com/advanced-security/secret-scanning-custom-patterns/tree/main?tab=readme-ov-file#personally-identifiable-information-pii) repo!
20+
1821
## Summary
1922

2023
In this lab, you should have identified the credit card number that was accidentally committed. Custom secret scanning patterns offer an excellent way to implement additional scanning patterns that are crucial for your organization!

0 commit comments

Comments
 (0)