GitXplorerGitXplorer
f

skills-introduction-to-secret-scanning

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d011531056e6591b0a72589e8a4587ce181bfd2f

Update to X in STEP and README.md

ggithub-actions[bot] committed 9 months ago
Verified
a23d597574de7ccc6961e963fb73ecfbcca3a081

Update credentials.yml

ffelicitymay committed 9 months ago
Unverified
4043f98b6a882fe448e8c2a56d5c3f0e5e686d91

Update to 2 in STEP and README.md

ggithub-actions[bot] committed 9 months ago
Verified
52d9169ffb6f4fcbc4de77c98dfb79338022cdaf

Update credentials.yml

ffelicitymay committed 9 months ago
Unverified
739d9ce6a84d9b9352fc231f4d07cb09fdfcd217

Update to 1 in STEP and README.md

ggithub-actions[bot] committed 9 months ago
Verified
851ec065123e4467b49daeeb4ede4fbff77d5dc3

Initial commit

ffelicitymay committed 9 months ago

README

The README file for this repository.

Introduction to secret scanning

GitHub scans repositories for known types of secrets, to prevent fraudulent use of secrets that were committed accidentally. In this GitHub Skills course you will learn how to enable secret scanning to identify serets and prevent them from being committed to your repository.

Finish šŸ†

Congratulations friend, you've completed this course!

Here's a recap of all the tasks you've accomplished in your repository:

  • Enabled secret scanning on your repository
  • Committed a secret to the repository
  • Reviewed secrets that have been identified by secret scanning
  • Closed a secret scanning alert
  • Enabled secret scanning push protection to prevent secrets from being written to the repository
  • Attempted to commit a secret, but had that commit stopped by push protection
  • Bypassed the push protection

It's important to note that secret scanning capabilities are available for free for all public repositories. Customers needing secret scanning for private repos should investigate GitHub Advanced Security. In addition to the features you worked with here, Advanced Security also provides the following features:

  • Custom secret scanning patterns
  • Non-partner and generic patterns including passwords, RSA and SSH keys, and database connection strings
  • Code scanning with CodeQL
  • Security Overview
  • Supply chain security capabilities

What's next?


Get help: Post in our discussion board ā€¢ Review the GitHub status page

Ā© 2023 GitHub ā€¢ Code of Conduct ā€¢ MIT License