Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.0.3...v3.0.0) (2025-01-02) ### Bug Fixes * clone repo arguments ([f900f92](f900f92)) * **config:** updated config based display and failure ([americanexpress#55](https://github.com/grinish21/earlybird/issues/55)) ([5247ccf](5247ccf)) * error when the compress file has size 0 ([16588b0](16588b0)) * feedback and unit tests ([a677136](a677136)) * **nameScanner:** updated logic to fail a scan to respect severity and confidence ([a7b9a56](a7b9a56)) * **password-secret:** valid regex for one-liner files ([7c5e455](7c5e455)) * release branch set to main ([fcdba6f](fcdba6f)) * remove the default ignore with .gitignore to avoid missing scans on the repo. ([2e6255d](2e6255d)) * require digits for card mod10 check ([0462806](0462806)) * scan failure provision for info level hits ([1174e45](1174e45)) * **ssn:** updated ssn rule to ignore flaging 9xx in third group ([2230817](2230817)) * the extension regex was not reading the dot ([53cf2c8](53cf2c8)) * Merge pull request americanexpress#82 from americanexpress/feat/version-upgrade ([810b7fb](810b7fb)), closes [americanexpress#82](https://github.com/grinish21/earlybird/issues/82) ### Features * add arm64 binary for use on M1 hardware ([23c4ff0](23c4ff0)) * add keepAlive flag and fix worker flag read ([americanexpress#47](https://github.com/grinish21/earlybird/issues/47)) ([549081d](549081d)) * add ldflags for version injection during artifacts build ([32fc145](32fc145)) * adding branch scanning ([f1f2710](f1f2710)) * adding doc conversion ([c746b67](c746b67)) * **config:** added config to avoid exit code 1 for scan failure ([5b0e14a](5b0e14a)) * **config:** not exiting process after update and reloading config ([americanexpress#74](https://github.com/grinish21/earlybird/issues/74)) ([a96d2a2](a96d2a2)) * **file-with-console:** updated code based to broadcast and write it… ([americanexpress#60](https://github.com/grinish21/earlybird/issues/60)) ([92e6123](92e6123)) * use semantic versioning to create semantic releases and changelog.md file ([2e8a2e9](2e8a2e9)) ### BREAKING CHANGES * Deps update for Vulnerability fixes, version update to go 1.20 and module update
- Loading branch information