Skip to content

Commit 9b73e6e

Browse files
chore(main): release 1.6.0
1 parent c01d34d commit 9b73e6e

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.5.0...v1.6.0) (2026-03-13)
4+
5+
6+
### Features
7+
8+
* **143:** add conventional commit check ([#165](https://github.com/ministryofjustice/devsecops-hooks/issues/165)) ([b5cf2c2](https://github.com/ministryofjustice/devsecops-hooks/commit/b5cf2c23daca711212c3d610bf656d7c237b0892))
9+
* **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))
10+
* **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))
11+
* **deps:** update renovate: github-actions ([#166](https://github.com/ministryofjustice/devsecops-hooks/issues/166)) ([7fe9ab6](https://github.com/ministryofjustice/devsecops-hooks/commit/7fe9ab65e36a7c712ddaffc4833df4cf33ee3a96))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **release-please:** updated release please configuration ([#173](https://github.com/ministryofjustice/devsecops-hooks/issues/173)) ([c01d34d](https://github.com/ministryofjustice/devsecops-hooks/commit/c01d34d74ad6b0d44d632cd492e416a13513d3e6))
20+
321
## [1.5.0](https://github.com/ministryofjustice/devsecops-hooks/compare/v1.4.0...v1.5.0) (2026-02-18)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devsecops-hooks",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"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.",
66
"keywords": [

0 commit comments

Comments
 (0)