From b2121d597e3abf3f83304e9c7796c7bc7d92022f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 03:55:04 +0000 Subject: [PATCH] chore(ci): bump the actions-minor group with 2 updates Bumps the actions-minor group with 2 updates: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `aquasecurity/trivy-action` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/57a97c7e7821a5776cebc9bb87c984fa69cba8f1...ed142fd0673e97e23eac54620cfb913e5ce36c25) Updates `trufflesecurity/trufflehog` from 3.94.3 to 3.95.3 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.94.3...v3.95.3) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: trufflesecurity/trufflehog dependency-version: 3.95.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/daily-health-check.yml | 4 ++-- .github/workflows/standards-compliance.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily-health-check.yml b/.github/workflows/daily-health-check.yml index 7485d0c..4d7dbd2 100644 --- a/.github/workflows/daily-health-check.yml +++ b/.github/workflows/daily-health-check.yml @@ -239,7 +239,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Security scan with Trivy - uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 + uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0 with: scan-type: 'fs' scan-ref: '.' @@ -247,7 +247,7 @@ jobs: output: 'trivy-results.txt' - name: Check for secrets - uses: trufflesecurity/trufflehog@v3.94.3 + uses: trufflesecurity/trufflehog@v3.95.3 with: path: ./ base: main diff --git a/.github/workflows/standards-compliance.yml b/.github/workflows/standards-compliance.yml index 213e8c2..3a0ca35 100644 --- a/.github/workflows/standards-compliance.yml +++ b/.github/workflows/standards-compliance.yml @@ -89,7 +89,7 @@ jobs: fi - name: Security - Check for secrets - uses: trufflesecurity/trufflehog@v3.94.3 + uses: trufflesecurity/trufflehog@v3.95.3 with: path: ./