-
Notifications
You must be signed in to change notification settings - Fork 75
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
BREAKING CHANGE: Deps update for Vulnerability fixes, version update to go 1.20 and module update #82
Merged
Conversation
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
…table release version
utsavmaniyar
requested review from
grinish21,
stevologic and
nsc5171
as code owners
September 15, 2023 19:08
looks good. Thank you for the PR. |
grinish21
approved these changes
Sep 19, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Sep 19, 2023
# [4.0.0](v3.16.0...v4.0.0) (2023-09-19) ### Bug Fixes * **nameScanner:** updated logic to fail a scan to respect severity and confidence ([a7b9a56](a7b9a56)) * Merge pull request #82 from americanexpress/feat/version-upgrade ([810b7fb](810b7fb)), closes [#82](#82) ### BREAKING CHANGES * Deps update for Vulnerability fixes, version update to go 1.20 and module update
🎉 This PR is included in version 4.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This was referenced Sep 20, 2023
github-actions bot
pushed a commit
to grinish21/earlybird
that referenced
this pull request
Jan 2, 2025
# [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
github-actions bot
pushed a commit
to grinish21/earlybird
that referenced
this pull request
Jan 6, 2025
# [3.0.0](v2.0.3...v3.0.0) (2025-01-06) ### 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of this PR, I am resolving