Skip to content

Commit

Permalink
Merge branch '8.x' into mergify/bp/8.x/pr-2665
Browse files Browse the repository at this point in the history
  • Loading branch information
romulets authored Nov 4, 2024
2 parents 0aff601 + 34aa780 commit 4d6735c
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

Expand All @@ -77,7 +77,7 @@ repos:
files: deploy/cloudformation/.*yml

- repo: https://github.com/aws-cloudformation/cfn-lint
rev: v1.16.0
rev: v1.17.2
hooks:
- id: cfn-python-lint
files: deploy/cloudformation/.*.yml
Expand Down Expand Up @@ -184,7 +184,7 @@ repos:
files: security-policies/.*\.(md|markdown)$

- repo: https://github.com/StyraInc/regal
rev: v0.27.0
rev: v0.28.0
hooks:
- id: regal-lint
args: [security-policies/bundle]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/bq
2 changes: 1 addition & 1 deletion bin/docker-credential-gcloud
2 changes: 1 addition & 1 deletion bin/elastic-package
2 changes: 1 addition & 1 deletion bin/gcloud
2 changes: 1 addition & 1 deletion bin/gh
2 changes: 1 addition & 1 deletion bin/git-credential-gcloud.sh
2 changes: 1 addition & 1 deletion bin/gsutil
2 changes: 1 addition & 1 deletion bin/pre-commit
2 changes: 1 addition & 1 deletion bin/regal
2 changes: 1 addition & 1 deletion bin/shfmt
4 changes: 2 additions & 2 deletions internal/vulnerability/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ func NewVulnerabilityRunner(log *logp.Logger) (VulnerabilityRunner, error) {
},
DBOptions: flag.DBOptions{
NoProgress: true,
DBRepository: name.MustParseReference("ghcr.io/aquasecurity/trivy-db:2"),
JavaDBRepository: name.MustParseReference("ghcr.io/aquasecurity/trivy-java-db:1"),
DBRepository: name.MustParseReference("public.ecr.aws/aquasecurity/trivy-db:2"),
JavaDBRepository: name.MustParseReference("public.ecr.aws/aquasecurity/trivy-java-db:1"),
},
}

Expand Down

0 comments on commit 4d6735c

Please sign in to comment.