From the course: GitHub Advanced Security Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Locate API endpoints for GHAS features, like secret scanning, code scanning, and Dependabot - GitHub Tutorial
From the course: GitHub Advanced Security Cert Prep by Microsoft Press
Locate API endpoints for GHAS features, like secret scanning, code scanning, and Dependabot
- [Instructor] Well, this is just a reminder that each of those services in GitHub Advanced Security, dependabot alerts, secret scanning, code scanning are just standard issue REST APIs, and we've used them quite a bit through this course. We can use the GitHub CLI or the GH tool. We can use Postman or curl, whatever method you want to if you're not using a programming language or SDK. The benefit that GitHub gives us as customers is programmatic control. We can interact with GitHub Advanced Security features through these endpoints. Also allows us, therefore, to build integrations and automation with external services that we want to work with our GitHub, and of course, the GitHub docs are always your canonical source of authority regarding their products.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives42s
-
(Locked)
Explain how GitHub Advanced Security features are enabled on GitHub Enterprise Server1m 36s
-
(Locked)
Explain how GitHub Advanced Security features are enabled for an organization48s
-
(Locked)
Set security policies for a repository58s
-
(Locked)
Set security policies for an organization1m 39s
-
(Locked)
Describe how permissions are interpreted throughout a security workflow2m 5s
-
(Locked)
Locate API endpoints for GHAS features, like secret scanning, code scanning, and Dependabot1m
-
(Locked)
List stakeholders that need to be involved in the security workflows enabled by GHAS1m 33s
-
(Locked)
Configure code scanning within a repository or organization using the default CodeQL workflow1m 6s
-
(Locked)
Identify the custom build steps necessary in a CodeQL workflow5m 27s
-
(Locked)
-