From c3a82dfbeef98793da7bfa477fed6f29fd7ed1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:14:40 +0000 Subject: [PATCH] (GHA): Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-sast.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-sast.yaml b/.github/workflows/pull-request-sast.yaml index 6f5731f..c996386 100644 --- a/.github/workflows/pull-request-sast.yaml +++ b/.github/workflows/pull-request-sast.yaml @@ -20,7 +20,7 @@ jobs: # Results have to be a table as the organisation does not have Advanced Security license. - name: Run Trivy against Terraform - uses: aquasecurity/trivy-action@0.17.0 + uses: aquasecurity/trivy-action@0.18.0 with: scan-type: 'config' exit-code: '1'