Skip to content
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

✨ Remove Records Containing Sectigo.com #64

Merged
merged 10 commits into from
Jul 3, 2024
Merged

Conversation

jasonBirchall
Copy link
Member

@jasonBirchall jasonBirchall commented Jul 2, 2024

👀 Purpose

  • Implement an automated system to regularly check and remove Sectigo blocks from YAML files in the hostedzones directory.

♻️ What's changed

  • Added a new Python script remove_sectigo_blocks.py to identify and remove Sectigo blocks from YAML files.
  • Created unit tests in test_remove_sectigo_blocks.py to ensure the reliability of the Sectigo block removal script.
  • Implemented a new GitHub Action in .github/workflows/remove_sectigo_blocks.yml to run the script on a schedule and create PRs for any changes.

📝 Notes

  • The GitHub Action is scheduled to run at midnight UTC on weekdays (Monday to Friday).
  • The action will create a PR if any changes are made, allowing for review before merging.
  • Unit tests are run as part of the GitHub Action to ensure script functionality.

@jasonBirchall jasonBirchall requested a review from a team as a code owner July 2, 2024 19:59
Copy link

github-actions bot commented Jul 2, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ YAML prettier 1 0 0 0.26s
✅ YAML yamllint 1 0 0.19s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@jasonBirchall jasonBirchall merged commit e1b2bdd into main Jul 3, 2024
3 checks passed
@jasonBirchall jasonBirchall deleted the dangling-records branch July 3, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants