diff --git a/CHANGELOG.md b/CHANGELOG.md index 964278e..fe2bdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,19 +6,21 @@ All notable changes to this project will be documented in this file. [1.0.1]: https://github.com/abdullahkhawer/find-and-report-secrets-in-code/releases/tag/v1.0.1 -### Bug Fixes +### 🐛 Bug Fixes - Update code to use gitleaks v8.18.4 instead of latest and update the READMEs accordingly. +- Remove sudo as it wasn't required in this script. -### Miscellaneous Tasks +### ⚙️ Miscellaneous Tasks - Update .gitleaks.toml file to remove unnecessary paths from the 'allowlist'. +- Update print command to fix a word. ## [1.0.0] - 2024-05-07 [1.0.0]: https://github.com/abdullahkhawer/find-and-report-secrets-in-code/releases/tag/v1.0.0 -### Features +### 🚀 Features - [**breaking**] Develop a solution which can be executed on any macOS or Linux system either locally or on a remote server or via a CI/CD pipeline that finds secrets in a git repository using Gitleaks, generates a JSON report based on the findings from Gitleaks by extracting only the relevant information, finds the commit id and commit author for each finding, updates an Atlassian Confluence page with the secrets found based on that generated report and finally sends an alert on Slack.