diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-06 10:34:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-06 10:34:07 +0200 |
| commit | 33891e5367a98a1912271bb01b4c7fab142ada8b (patch) | |
| tree | 506556f3364b754027728d62458ad09c32f9bc42 /.github/workflows/security.yml | |
| parent | 13132c07694c8e6168e2ac3c62d02e7a20153742 (diff) | |
[upd] github-actions: Bump aquasecurity/trivy-action (#4898)
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.30.0...0.31.0)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-version: 0.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/security.yml')
| -rw-r--r-- | .github/workflows/security.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 73a5fd77f..b84575ea8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: "false" - name: Run Trivy scanner - uses: aquasecurity/trivy-action@0.30.0 + uses: aquasecurity/trivy-action@0.31.0 with: image-ref: "ghcr.io/searxng/searxng:latest" vuln-type: "os,library" |