Skip to content

Commit ba5f614

Browse files
chore(release): publish [skip ci]
- sca@6.0.0 - scan-docker-image@6.0.0
1 parent 76168bc commit ba5f614

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

security-actions/sca/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [6.0.0](https://github.com/Kong/public-shared-actions/compare/sca@5.1.3...sca@6.0.0) (2025-09-26)
7+
8+
9+
### ✨ Features
10+
11+
* **sca:** refactored grype cache ([#318](https://github.com/Kong/public-shared-actions/issues/318)) ([76168bc](https://github.com/Kong/public-shared-actions/commit/76168bc4c2baf05cf029dbd65d3c05973512b17f))
12+
13+
14+
### Breaking changes
15+
16+
* **sca:** - Removes "force_grype_db_update" and "skip_grype_db_cache" input
17+
- Adds "grype_db_cache" and "grype_db_cache_token" input for private grype db mirror
18+
- Grype DB caching strategy: GH Cache -> Grype DB mirror (if specified) -> Grype upstream
19+
20+
21+
22+
23+
624
## [5.1.3](https://github.com/Kong/public-shared-actions/compare/sca@5.1.2...sca@5.1.3) (2025-09-21)
725

826

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.3",
3+
"version": "6.0.0",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [6.0.0](https://github.com/Kong/public-shared-actions/compare/scan-docker-image@5.1.1...scan-docker-image@6.0.0) (2025-09-26)
7+
8+
9+
### ✨ Features
10+
11+
* **sca:** refactored grype cache ([#318](https://github.com/Kong/public-shared-actions/issues/318)) ([76168bc](https://github.com/Kong/public-shared-actions/commit/76168bc4c2baf05cf029dbd65d3c05973512b17f))
12+
13+
14+
### Breaking changes
15+
16+
* **sca:** - Removes "force_grype_db_update" and "skip_grype_db_cache" input
17+
- Adds "grype_db_cache" and "grype_db_cache_token" input for private grype db mirror
18+
- Grype DB caching strategy: GH Cache -> Grype DB mirror (if specified) -> Grype upstream
19+
20+
21+
22+
23+
624
## [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)
725

826

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.1",
3+
"version": "6.0.0",
44
"description": "The repo generates SBOMs & scans Docker images for CVE, CIS",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)