Releases: dcodx/gitarmor
Releases · dcodx/gitarmor
v1.2
What's Changed
- Fix README workflow link to point to gitarmor-scheduled.yml by @Copilot in #33
- fix workflow for new v1.1 by @david3107 in #34
- Add comprehensive tag protection policy verification for repository rulesets by @Copilot in #36
Full Changelog: v.1.1...v1.2
v1.1
What's Changed
- Add comprehensive GitHub Copilot instructions and fix TypeScript build issues by @Copilot in #24
- Add repository admins validation check in #25
- Add file_disallow policy to detect sensitive files in repositories in #26
- Add sha_pinning_required check for GitHub Actions permissions in #28
- Enhance CLI output with color-coded results, documentation links, and threat model references in #29
New Contributors
- @Copilot made their first contribution in #24
Full Changelog: v1...v.1.1
v1.0.1
What's Changed
- Fix for file_exist repo checks when not policy is specified by @david3107 in #9
- Adjust CodeQL config and workflow by @theztefan in #11
- fix error:undefined by @david3107 in #12
- added banner by @david3107 in #14
- added check for protected branches obj by @david3107 in #18
- added settings to only run org checks without repositories by @david3107 in #20
Full Changelog: v1...v1.0.1
GitArmor initial release
GitArmor is a handy tool that makes it easy to assess the secure setup of your developer platform.
First release including:
- GitHub Repository checks
- GitHub Organization checks
- Translation of prototype to TS
- GitHub Action