You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/github/configure-use-secret-scanning-github-repository/6-knowledge-check.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ quiz:
28
28
explanation: "This answer is incorrect. Secret scanning is automatically enabled with default settings on public repositories. You can't change secret scanning settings on a public repository no matter what permissions you have on the repository."
29
29
- content: "Where can you configure the recipients of secret scanning alerts?"
30
30
choices:
31
-
- content: "In the Code security and analysis settings of a repository"
31
+
- content: "In the Advanced Security settings of a repository"
32
32
isCorrect: true
33
-
explanation: "Correct! You can configure the recipients of secret scanning alerts in the Access to alerts section of repository Code security and analysis settings."
33
+
explanation: "Correct! You can configure the recipients of secret scanning alerts in the Access to alerts section of repository Advanced Security settings."
34
34
- content: "In the Manage Access settings of a repository"
35
35
isCorrect: false
36
36
explanation: "This answer is incorrect. The Manage Access settings of a repository enable you to manage user permissions over the repository."
Copy file name to clipboardExpand all lines: learn-pr/github/configure-use-secret-scanning-github-repository/includes/7-summary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ Here are some links to more information on the topics we discussed in this modul
21
21
-[Keeping secrets secure with secret scanning](https://docs.github.com/code-security/secret-scanning)
22
22
-[Learning about GitHub security features](https://docs.github.com/code-security/getting-started/github-security-features)
23
23
-[Learning about secret scanning](https://docs.github.com/code-security/secret-scanning/about-secret-scanning)
24
-
-[Configuring secret scanning for your repositories](https://docs.github.com/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories)
-[Learning about the filter pattern cheat sheet](https://docs.github.com/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet)
26
26
-[Granting access to security alerts](https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)
27
27
-[Managing alerts from secret scanning](https://docs.github.com/code-security/secret-scanning/managing-alerts-from-secret-scanning)
28
28
-[Defining custom patterns for secret scanning](https://docs.github.com/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning)
29
29
-[Learning about Hyperscan Pattern Support](http://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support)
0 commit comments