Skip to content

Commit

Permalink
chore: update version in adapter.go to 1.0.0 from 1.0.0-alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Hill <[email protected]>
  • Loading branch information
zhill committed Dec 7, 2019
1 parent d80871d commit 4e5c9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
HarborMetadataVulnDbUpdateKey = "harbor.scanner-adapter/vulnerability-database-updated-at"
HarborMetadataScannerTypeKey = "harbor.scanner-adapter/scanner-type"
AdapterType = "os-package-vulnerability"
AdapterVersion = "1.0.0-alpha"
AdapterVersion = "1.0.0"
AdapterVendor = "Anchore Inc."
AdapterName = "Anchore"
)
Expand Down

0 comments on commit 4e5c9fd

Please sign in to comment.