-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General Markdown Maintenance & Addition of Dockerfile for Easy Testin…
…g w/o Python (#1459) * Maintenance - Added `Dockerfile` for containerized local testing. - Updated lint task to cover all markdown files except `node_modules` and `cheatsheets_excluded`. - Resolved markdown lint issues identified in various repository files. - Added additional suggestion for `File_Upload_Cheat_Sheet.md`. * Remove CODEOWNERS errors --------- Co-authored-by: Jeymz Simmons <[email protected]> Co-authored-by: Shlomo Zalman Heigh <[email protected]>
- Loading branch information
1 parent
cbe68a9
commit 9d8e9e3
Showing
15 changed files
with
557 additions
and
473 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# See https://help.github.com/en/articles/about-code-owners | ||
# See [https://help.github.com/en/articles/about-code-owners](https://help.github.com/en/articles/about-code-owners) | ||
|
||
# These owners will be the default owners for everything in the repo. | ||
* @mackowski @jmanico @szh | ||
## These owners will be the default owners for everything in the repo | ||
|
||
# commjoen have full access to Secrets_Management_CheatSheet | ||
* /cheatsheets_draft/Secrets_Management_CheatSheet.md @commjoen | ||
- @mackowski @jmanico @szh | ||
|
||
# Kevin W. Wall (kwwall) | ||
/cheatsheets/Authentication_Cheat_Sheet.md [email protected] @mackowski @jmanico @szh | ||
## Kevin W. Wall (kwwall) | ||
|
||
/cheatsheets/Authentication_Cheat_Sheet.md @kwwall @mackowski @jmanico @szh | ||
/cheatsheets/Authorization_Cheat_Sheet.md @kwwall @mackowski @jmanico @szh | ||
/cheatsheets/C-Based_Toolchain_Hardening_Cheat_Sheet.md @kwwall @mackowski @jmanico @szh | ||
/cheatsheets/Choosing_and_Using_Security_Questions_Cheat_Sheet.md @kwwall @mackowski @jmanico @szh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,21 +14,21 @@ appearance, race, religion, or sexual identity and orientation. | |
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
- Using welcoming and inclusive language | ||
- Being respectful of differing viewpoints and experiences | ||
- Gracefully accepting constructive criticism | ||
- Focusing on what is best for the community | ||
- Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
- The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
- Trolling, insulting/derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
- Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [email protected] or [email protected]. | ||
reported by contacting the project team at [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]). | ||
|
||
All complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
|
@@ -69,9 +69,9 @@ members of the project's leadership. | |
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html | ||
available at [https://www.contributor-covenant.org/version/1/4/code-of-conduct.html](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html) | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
||
For answers to common questions about this code of conduct, see | ||
https://www.contributor-covenant.org/faq | ||
[https://www.contributor-covenant.org/faq](https://www.contributor-covenant.org/faq) |
Oops, something went wrong.