Skip to content

Commit

Permalink
feat: grype asset format was changed from v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Feb 15, 2022
1 parent 495b349 commit d550dbd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions registry.yaml
Expand Up @@ -166,11 +166,17 @@ packages:
asset: 'grype_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}'
description: A vulnerability scanner for container images and filesystems
format: tar.gz
version_constraint: 'semver(">= 0.33.0")'
format_overrides:
- goos: darwin
format: zip
- goos: windows
format: zip
version_overrides:
- version_constraint: 'semver("< 0.33.0")'
format_overrides:
- goos: darwin
format: zip
- goos: windows
format: zip
- type: github_release
repo_owner: anchore
repo_name: syft
Expand Down

0 comments on commit d550dbd

Please sign in to comment.