From ddecd51715a757563ac05f18f9e2ee80bcf37644 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 11 Apr 2026 21:02:53 -0300 Subject: [PATCH] ci: add security action with govulncheck --- .github/workflows/security.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/security.yml diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 00000000..af8d9b89 --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,19 @@ +name: Security + +on: + pull_request: + push: + tags: + - v* + branches: + - main + +permissions: + contents: read + +jobs: + govulncheck: + name: govulncheck + runs-on: ubuntu-latest + steps: + - uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4