Skip to content

Commit

Permalink
[CLD-8329]add trivy block (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite authored Sep 13, 2024
1 parent c159313 commit 70f449e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ runs:
- name: ci/prepare-docker-environment
uses: ./.github/actions/docker-prepare

# - name: cd/scan-docker-security
# uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # v0.18.0
# with:
# image-ref: "mattermost/atlantis"
# format: "table"
# ignore-unfixed: true
# vuln-type: "os,library"
# severity: "CRITICAL"
- name: cd/scan-docker-security
uses: aquasecurity/trivy-action@062f2592684a31eb3aa050cc61e7ca1451cecd3d # v0.18.0
with:
image-ref: "mattermost/atlantis"
format: "table"
ignore-unfixed: true
vuln-type: "os,library"
severity: "CRITICAL"

- name: cd/push-image-pr
run: "make push-image-pr"
Expand Down

0 comments on commit 70f449e

Please sign in to comment.