Releases: Kong/public-shared-actions
Releases · Kong/public-shared-actions
slack-workflow-notification@5.0.2
pr-audit@1.1.2
pr-audit@1.1.1
scan-docker-image@6.1.0
scan-docker-image@6.0.2
pr-audit@1.1.0
1.1.0 (2026-03-02)
✨ Features
- ci: elimiate circular renovate reference (#352) (9ce307f)
- ci: pr audit shared action (#347) (610af1c)
🐛 Bug Fixes
- ci: add erichsend as a reviewer (#356) (016cb38)
- ci: add ValeryG to the list of managers who can approve no test PRs (while Jilson is out) (#354) (b50d4c7)
- ci: audit level from input params [KHCP-19528] (#363) (7fa9cea)
- ci: calculate criticalSecurityDaysAgo variable [KHCP-19370] (#359) (b1bf994)
- ci: checking pnpm-lock yaml for pr-preview versions of dependencies [KHCP-19386] (#360) (c1bbdb9)
- ci: comment for pr preview detected [KHCP-19386] (#361) (1ab4c3b)
- ci: do not run pnpm audit for renovate PRs (#357) (a02c31b)
- ci: reading PR labels [KHCP-18541] (#349) (9b1271f)
- ci: remove duplicate from pr_audit approvers list (#358) (a862e22)
- ci: skipping test coverage based on the input provided [KHCP-18541] (#350) (5af8679)
- ci: unquoted string resolved into variables (#355) (3a7548a)
- when dumping pnpm Audit results into file - handle error gracefully [KHCP-19528] (#362) (6abbc02)
sca@6.0.2
scan-docker-image@6.0.1
sca@6.0.1
scan-docker-image@6.0.0
6.0.0 (2025-09-26)
✨ Features
Breaking changes
- sca: - Removes "force_grype_db_update" and "skip_grype_db_cache" input
- Adds "grype_db_cache" and "grype_db_cache_token" input for private grype db mirror
- Grype DB caching strategy: GH Cache -> Grype DB mirror (if specified) -> Grype upstream