Skip to content

Commit 7040193

Browse files
chore(release): publish [skip ci]
- sca@5.1.3 - scan-docker-image@5.1.1 - sign-docker-image@5.0.3
1 parent be84213 commit 7040193

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

security-actions/sca/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.3](https://github.com/Kong/public-shared-actions/compare/sca@5.1.2...sca@5.1.3) (2025-09-21)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** combine update dep versions ([#312](https://github.com/Kong/public-shared-actions/issues/312)) ([be84213](https://github.com/Kong/public-shared-actions/commit/be84213f82c250fcd4b6d89d6a26e08da4b32184))
12+
13+
14+
15+
16+
617
## [5.1.2](https://github.com/Kong/public-shared-actions/compare/sca@5.1.1...sca@5.1.2) (2025-09-19)
718

819
**Note:** Version bump only for package sca

security-actions/sca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sca",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "a unified action for composition analysis. The action produces an SBOM, CVE reports for a given image / directory / file.",
55
"main": "index.js",
66
"repository": {

security-actions/scan-docker-image/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.1](https://github.com/Kong/public-shared-actions/compare/scan-docker-image@5.1.0...scan-docker-image@5.1.1) (2025-09-21)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** combine update dep versions ([#312](https://github.com/Kong/public-shared-actions/issues/312)) ([be84213](https://github.com/Kong/public-shared-actions/commit/be84213f82c250fcd4b6d89d6a26e08da4b32184))
12+
13+
14+
15+
16+
617
# [5.1.0](https://github.com/Kong/public-shared-actions/compare/scan-docker-image@5.0.2...scan-docker-image@5.1.0) (2025-09-17)
718

819

security-actions/scan-docker-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scan-docker-image",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "The repo generates SBOMs & scans Docker images for CVE, CIS",
55
"main": "index.js",
66
"repository": {

security-actions/sign-docker-image/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.3](https://github.com/Kong/public-shared-actions/compare/sign-docker-image@5.0.2...sign-docker-image@5.0.3) (2025-09-21)
7+
8+
9+
### ♻️ Chores
10+
11+
* **deps:** combine update dep versions ([#312](https://github.com/Kong/public-shared-actions/issues/312)) ([be84213](https://github.com/Kong/public-shared-actions/commit/be84213f82c250fcd4b6d89d6a26e08da4b32184))
12+
13+
14+
15+
16+
617
## [5.0.2](https://github.com/Kong/public-shared-actions/compare/sign-docker-image@5.0.1...sign-docker-image@5.0.2) (2025-09-09)
718

819

security-actions/sign-docker-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sign-docker-image",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "A unified action for container image signing. The action leverages keyless signing to produce an Signature and uploads to Docker Image layer and Public Rekor for transaprency",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)