From 91f3272fc5907f4699dcf59761eb622a07342f5a Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 8 Nov 2025 10:27:34 +0800 Subject: [PATCH] docs: add Trivy security scan badge to all documentation - Add Trivy Security Scan badge to the documentation in all language versions Signed-off-by: appleboy --- README.md | 1 + README.zh-cn.md | 1 + README.zh-tw.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index f3f79a3..264f493 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Built with [Golang](https://go.dev) and [drone-ssh](https://github.com/appleboy/ ![ssh workflow](./images/ssh-workflow.png) [![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml) +[![Trivy Security Scan](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml) --- diff --git a/README.zh-cn.md b/README.zh-cn.md index 40d6400..87770f7 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -46,6 +46,7 @@ ![ssh workflow](./images/ssh-workflow.png) [![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml) +[![Trivy Security Scan](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml) --- diff --git a/README.zh-tw.md b/README.zh-tw.md index cb590aa..02fbc3a 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -46,6 +46,7 @@ ![ssh workflow](./images/ssh-workflow.png) [![testing main branch](https://github.com/appleboy/ssh-action/actions/workflows/main.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/main.yml) +[![Trivy Security Scan](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/appleboy/ssh-action/actions/workflows/trivy-scan.yml) ---