Skip to content

Commit

Permalink
chore: Bump adapter version
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Jones <[email protected]>
  • Loading branch information
bradleyjones committed Sep 18, 2023
1 parent c11627e commit 3d2cdc4
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" // #nosec G101
AdapterVersion = "1.0.0"
AdapterVersion = "1.2.0"
AdapterVendor = "Anchore Inc."
AdapterName = "Anchore"
)
Expand Down

0 comments on commit 3d2cdc4

Please sign in to comment.