Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
ci(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2 (#21)
Browse files Browse the repository at this point in the history
* ci(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.9.1...0.9.2)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: Ignore the CDKTF GO template folder.

* Revert "ci: Ignore the CDKTF GO template folder."

This reverts commit 48f9309.

* ci: Fix Trivy action parameter

* Revert "Revert "ci: Ignore the CDKTF GO template folder.""

This reverts commit f0df636.

* ci: Ignore the CDKTF GO templates

* Fixed YAML linting issue

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Casteran <[email protected]>
  • Loading branch information
dependabot[bot] and pcasteran authored Mar 26, 2023
1 parent 6901876 commit 193e91f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,18 @@ jobs:
${{ env.DOCKER_IMAGE_TAG }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected].1
uses: aquasecurity/[email protected].2
with:
image-ref: ${{ env.DOCKER_IMAGE_TAG }}
format: "table"
exit-code: "0" # TODO: set to "1" when vulnerability is fixed on the terraform binary
ignore-unfixed: true
vuln-type: "os,library"
security-checks: "vuln"
scanners: "vuln"
severity: "CRITICAL,HIGH"
# Ignore the CDKTF GO templates.
skip-files: "/usr/local/lib/node_modules/cdktf-cli/templates/go/go.mod,
/usr/local/lib/node_modules/cdktf-cli/node_modules/@cdktf/cli-core/templates/go/go.mod"

#####

Expand Down

0 comments on commit 193e91f

Please sign in to comment.