Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Khawer committed Aug 15, 2024
1 parent 7c6df1a commit ffa9d62
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
32 changes: 25 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@

All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-07-24
## [1.2.0] - 2024-08-15

### 🚀 Features

- Reduce Docker image size by 86% (from 677 MB (240.53 MB compressed) -> 95.7 MB (36.47 MB compressed)) by using multi-stage builds with Alpine images for Golang (Go) and Python as base images, combining RUN commands, installing necessary packages only and using no cache options for package installers to reduce installation size.

### 🐛 Bug Fixes

- Add no cache options for package installers to reduce installation size.

### 📚 Documentation

[1.1.0]: https://github.com/abdullahkhawer/find-and-report-secrets-in-code/releases/tag/v1.1.0
- Update README.md with reference screenshots
- Update README to add license description and update founder reference.
- Update Docker README to add 'Quick Reference', 'Supported Tags', and license description and update founder reference.

### ⚙️ Miscellaneous Tasks

- Add Apache License for Docker image.

## [1.1.0] - 2024-07-24

### 🚀 Features

Expand All @@ -23,8 +41,6 @@ All notable changes to this project will be documented in this file.

## [1.0.1] - 2024-07-03

[1.0.1]: https://github.com/abdullahkhawer/find-and-report-secrets-in-code/releases/tag/v1.0.1

### 🐛 Bug Fixes

- Update code to use gitleaks v8.18.4 instead of latest and update the READMEs accordingly.
Expand All @@ -33,13 +49,15 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks

- Update .gitleaks.toml file to remove unnecessary paths from the 'allowlist'.
- Add cliff.toml to be able to update CHANGELOG.md using git-cliff.
- *(release)* Prepare Release for v1.0.1
- Remove cliff.toml
- Update print command to fix a word.


## [1.0.0] - 2024-06-06

[1.0.0]: https://github.com/abdullahkhawer/find-and-report-secrets-in-code/releases/tag/v1.0.0

### 🚀 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.

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.2.0
2 changes: 1 addition & 1 deletion ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
stage: scan
extends:
- .find-secrets:variables
image: abdullahkhawer/find-and-report-secrets-in-code:1.1.0
image: abdullahkhawer/find-and-report-secrets-in-code:1.2.0
before_script:
- |
if [ -n "$CONFLUENCE_ENABLED" ] && [ "$CONFLUENCE_ENABLED" -eq 1 ]; then
Expand Down

0 comments on commit ffa9d62

Please sign in to comment.