From 578ad0f0147703c14128f72e1a3722a060ed2e57 Mon Sep 17 00:00:00 2001 From: Paul Lockaby Date: Mon, 23 Mar 2026 16:47:16 -0700 Subject: [PATCH] fix: update trivy for security vulns --- .github/workflows/security.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 7b0d489..ce60979 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 - name: Setup trivy - uses: aquasecurity/setup-trivy@v0.2.5 + uses: aquasecurity/setup-trivy@v0.2.6 with: cache: true version: latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbffe74..18bd1d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: stages: [pre-commit] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.7 + rev: v4.13.9 hooks: - id: commitizen - id: commitizen-branch