-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add YAML and Markdown formatting #1153
Conversation
563ac3c
to
a8d27d8
Compare
7768734
to
2300c5c
Compare
00019ef
to
a60550f
Compare
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.
This looks great, @le4ker !
Thanks for getting a hygiene improving solution in place.
Does pat need to be updated to ignore
https://github.com/panther-labs/panther-analysis/actions/runs/8422896110/job/23063255413 |
lol, should have looked at pat, first. It looks like this depends on: https://github.com/panther-labs/panther_analysis_tool/pull/470/files |
@kjihso correct, I have it mentioned in the PR description as well 😄
|
* Remove API flags for CI Checks (#1159) * Remove API flags for CI Checks * Remove validate Workflow; move validation to upload Workflow * chore: remove outdated license text (#1160) * Bump PDH version and Pipfile.lock (#1161) * custom enrichment LUT for TrailDiscover (#1162) * Add detection for multiple emails for gitlab password reset (#1157) * Add detection for multiple emails for gitlab password reset * Update gitlab_audit_password_reset_multiple_emails.py * Update rules/gitlab_rules/gitlab_audit_password_reset_multiple_emails.yml * Update rules/gitlab_rules/gitlab_audit_password_reset_multiple_emails.yml * Update rules/gitlab_rules/gitlab_production_password_reset_multiple_emails.yml * Update rules/gitlab_rules/gitlab_production_password_reset_multiple_emails.yml --------- Co-authored-by: Ariel Ropek <79653153+arielkr256@users.noreply.github.com> * Update PAT to 0.44.0 (#1163) * add prettier formatter (#1153) --------- Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com> Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com> Co-authored-by: Ariel Ropek <79653153+arielkr256@users.noreply.github.com> Co-authored-by: Oleh Melenevskyi <767472+melenevskyi@users.noreply.github.com> Co-authored-by: Panos Sakkos <panos.sakkos@panther.com>
Background
Adds prettier formatter to the repository in order to format YAML and Markdown files
Prettier will be installed after running
make install
and then the YAML and Markdown files can be formatted by runningmake fmt
:Testing
Needs this PAT update to run the tests successfully.