Skip to content

Commit

Permalink
update trivy to aquasecurity/[email protected] and update CDCgov/di…
Browse files Browse the repository at this point in the history
…bbs-ecr-viewer/aws to 0.1.1
  • Loading branch information
alismx committed Nov 12, 2024
1 parent c76b832 commit af842ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:


- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
scan-ref: 'terraform/modules/'
Expand Down
3 changes: 2 additions & 1 deletion terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ module "vpc" {

module "ecs" {
source = "CDCgov/dibbs-ecr-viewer/aws"
version = "0.1.0"
version = "0.1.1"
# source = "../../../../terraform-aws-dibbs-ecr-viewer"

public_subnet_ids = flatten(module.vpc.public_subnets)
private_subnet_ids = flatten(module.vpc.private_subnets)
Expand Down

0 comments on commit af842ac

Please sign in to comment.