Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-v6-to-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Jan 23, 2025
2 parents 1072377 + 45db3aa commit 66f9696
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .binny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ tools:
method: github-release
with:
repo: oras-project/oras

- name: crane
version:
want: v0.20.3
method: go-install
with:
module: github.com/google/go-containerregistry
entrypoint: cmd/crane
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ updates:
- "dependencies"

- package-ecosystem: "github-actions"
directory: "/.github/actions/boostrap"
directory: "/.github/actions/bootstrap"
schedule:
interval: "daily"
open-pull-requests-limit: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bootstrap-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 #v5.3.0
with:
go-version: ${{ env.GO_VERSION }}
stable: ${{ env.GO_STABLE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion manager/src/grype_db_manager/cli/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _validate_db(
all_result_sets=True,
)
except:
if not validations_enabled and force:
if not validations_enabled and not force:
click.echo(f"{Format.BOLD}{Format.OKGREEN}Validation disabled, ignoring failure{Format.RESET}")
return
raise
Expand Down

0 comments on commit 66f9696

Please sign in to comment.