Skip to content

Commit

Permalink
Merge branch 'release-68' into dg/unused_match_decisions-6548
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders authored Oct 29, 2024
2 parents 8e6b1f0 + 0a90eec commit 915e206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ jobs:
# https://github.com/aquasecurity/trivy-action
- name: Run vulnerability scan
id: vuln_scan
uses: aquasecurity/[email protected]
uses: aquasecurity/[email protected]
env:
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db:2"
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db:1"
with:
image-ref: ${{ secrets.ECR_REPOSITORY_URI }}
format: 'table'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.7)
rexml (3.3.9)
roo (2.10.1)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
Expand Down

0 comments on commit 915e206

Please sign in to comment.