Skip to content

Releases: Kong/public-shared-actions

slack-workflow-notification@5.0.2

24 Apr 16:09

Choose a tag to compare

5.0.2 (2026-04-24)

🐛 Bug Fixes

  • ci: bumping slackapi/slack-github-action [KHCP-20416] (#369) (1817957)
  • ci: missing required parm for slackapi/slack-github-action [KHCP-20416] (#370) (8d98bc1)

pr-audit@1.1.2

24 Apr 16:09

Choose a tag to compare

1.1.2 (2026-04-24)

🐛 Bug Fixes

  • ci: bumping actions to prevent node 20 warning []KHCP-20416] (#368) (c421c23)

pr-audit@1.1.1

24 Mar 21:06

Choose a tag to compare

1.1.1 (2026-03-24)

🐛 Bug Fixes

  • ci: add playwright patterns to detect tests (#367) (ba9893a)

scan-docker-image@6.1.0

02 Mar 09:45

Choose a tag to compare

6.1.0 (2026-03-02)

✨ Features

  • scan-docker-image: fix typo so new version is published (#366) (99c1514)

scan-docker-image@6.0.2

02 Mar 09:33

Choose a tag to compare

6.0.2 (2026-03-02)

🐛 Bug Fixes

  • scan-docker-image: upgrade trivy from v0.60.0 to v0.69.2 (#364) (29c2e41)

pr-audit@1.1.0

02 Mar 09:33

Choose a tag to compare

1.1.0 (2026-03-02)

✨ Features

🐛 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

17 Nov 14:40

Choose a tag to compare

6.0.2 (2025-11-17)

🐛 Bug Fixes

  • improve grype caching resilience by checking for valid DB. add force grype cache refresh (#342) (fa2022c)
  • sca: list root cache dir (#344) (21df41b)

scan-docker-image@6.0.1

13 Oct 09:08

Choose a tag to compare

6.0.1 (2025-10-13)

🐛 Bug Fixes

  • scan-docker-image: grype DB should be downloaded at least daily (#329) (0d5de5a)

sca@6.0.1

06 Oct 14:28

Choose a tag to compare

6.0.1 (2025-10-06)

🐛 Bug Fixes

  • sca: grype db should be downloaded at least daily (#324) (e69fb00)

scan-docker-image@6.0.0

26 Sep 12:56

Choose a tag to compare

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