-
Notifications
You must be signed in to change notification settings - Fork 14
Infusable assets for GitHub security settings #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
FYI @anilnatha - this is a WIP but let me know what you think about the script! |
| python gh-security-settings.py -o OWNER -r REPO -t TOKEN | ||
|
|
||
| # Enable all security features | ||
| python gh-security-settings.py -o OWNER -r REPO -t TOKEN -a enable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming that this is shorthand for providing the -f all option? @riverma
anilnatha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!


Purpose
Update the GitHub Security Best Practices guide to reflect the current GitHub security settings interface and features. This PR modernizes the documentation to match the latest GitHub UI, adds automation script integration, and removes outdated references to ensure users have accurate, actionable guidance for securing their repositories.
Proposed Changes
Issues
Testing