FidelusAleksander / ghcertified

Prepare for GitHub Certification exams!
https://ghcertified.com/
MIT License
433 stars 146 forks source link

Incorrect answer for question Who will be notified when a NEW secret is pushed and detected in a repository? #262

Closed carlos-quintero closed 3 months ago

carlos-quintero commented 3 months ago

In practice exam Advanced Security, question 17

”Who will be notified when a NEW secret is pushed and detected in a repository? “

(https://github.com/FidelusAleksander/ghcertified/blob/master/content/questions/advanced_security/question-017.md)

the answer “Commit authors” should be included since incremental scans notify them. See:

Note

Commit authors who've accidentally committed secrets will be notified, regardless of their notification preferences.

Reference:

https://docs.github.com/en/code-security/secret-scanning/managing-alerts-from-secret-scanning/monitoring-alerts#incremental-scans

BTW the link provided in the question is incorrect, the correct is the one above.

FidelusAleksander commented 3 months ago

Hi @carlos-quintero !

Seems you are right here. If you would like to update the answers, take a look at the contributing guide. If not - I will fix it myself in the following days

Thanks for raising the issue :rocket:

FidelusAleksander commented 3 months ago

Done in #269

Thanks for raising the issue :rocket: