Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Khawer committed Jul 3, 2024
1 parent 9626104 commit b53f542
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b53f542

Please sign in to comment.