Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.6.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.5.0...v1.6.0) (2026-03-13)


### Features

* **143:** add conventional commit check ([#165](https://github.com/ministryofjustice/devsecops-hooks/issues/165)) ([b5cf2c2](https://github.com/ministryofjustice/devsecops-hooks/commit/b5cf2c23daca711212c3d610bf656d7c237b0892))
* **commit-validation:** added commit validation workflow step ([#158](https://github.com/ministryofjustice/devsecops-hooks/issues/158)) ([73d9e3b](https://github.com/ministryofjustice/devsecops-hooks/commit/73d9e3bbe1af55d42135bc057b1d2530a7ff0cb2))
* **deps:** update dependency virtualenv to v20.39.1 ([#168](https://github.com/ministryofjustice/devsecops-hooks/issues/168)) ([db65291](https://github.com/ministryofjustice/devsecops-hooks/commit/db6529171de5510a17f6e5b3a8c7d750c183be46))
* **deps:** update renovate: github-actions ([#166](https://github.com/ministryofjustice/devsecops-hooks/issues/166)) ([7fe9ab6](https://github.com/ministryofjustice/devsecops-hooks/commit/7fe9ab65e36a7c712ddaffc4833df4cf33ee3a96))


### Bug Fixes

* **CVE-2026-26996:** override minimatch to 10.2.1 ([#151](https://github.com/ministryofjustice/devsecops-hooks/issues/151)) ([36ad5e5](https://github.com/ministryofjustice/devsecops-hooks/commit/36ad5e53800e3996523d93dba7a7cf977d215be2))
* **deps:** update dependency identify to v2.6.17 ([#167](https://github.com/ministryofjustice/devsecops-hooks/issues/167)) ([80c2ed7](https://github.com/ministryofjustice/devsecops-hooks/commit/80c2ed7a013cbd9b4c4a6118256111ca8a6ec952))
* **deps:** update dependency platformdirs to v4.9.4 ([#175](https://github.com/ministryofjustice/devsecops-hooks/issues/175)) ([093a410](https://github.com/ministryofjustice/devsecops-hooks/commit/093a4106e63517b2521e9b5c513348c60d8b8d65))
* **deps:** update renovate: npm to ^20.4.3 ([#176](https://github.com/ministryofjustice/devsecops-hooks/issues/176)) ([58086ee](https://github.com/ministryofjustice/devsecops-hooks/commit/58086ee8e9000d893956f964fa13e2d7c58e21dd))
* **docker-build:** added /app to docker execution path ([#149](https://github.com/ministryofjustice/devsecops-hooks/issues/149)) ([d46cf6e](https://github.com/ministryofjustice/devsecops-hooks/commit/d46cf6e29445be575e5f71356fc4e2c608239a0c))
* **release-please:** updated release please configuration ([#173](https://github.com/ministryofjustice/devsecops-hooks/issues/173)) ([c01d34d](https://github.com/ministryofjustice/devsecops-hooks/commit/c01d34d74ad6b0d44d632cd492e416a13513d3e6))

## [1.5.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.4.0...v1.5.0) (2026-02-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devsecops-hooks",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"description": "A lightweight, Docker-based security scanner that integrates seamlessly with Git workflows to prevent hardcoded secrets from being committed to your repository. Built for the Ministry of Justice, this tool leverages following CLI commands to detect sensitive information such as API keys, passwords, tokens, and other credentials.",
"keywords": [
Expand Down
Loading