Skip to content

Releases: anchore/harbor-scanner-adapter

v1.2.0-alpha.2

03 Nov 10:23
v1.2.0-alpha.2
1667925
Compare
Choose a tag to compare
v1.2.0-alpha.2 Pre-release
Pre-release

Changelog

  • 8101eb2 Merge pull request #64 from anchore/delve-debug-build
  • 1667925 Merge pull request #65 from anchore/async-fixes
  • 2330f3b fix: ensure async flow waits for image analysis and handles anchore 404

v1.2.0-alpha.1

19 Oct 20:12
v1.2.0-alpha.1
d2288ec
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release

Changelog

  • 5c3d59d Merge pull request #61 from anchore/bump-adapter-version
  • d2288ec Merge pull request #63 from anchore/create-scan-async
  • 213ee13 feat: make adapter -> enterprise communication async

v1.2.0-alpha.0

15 Sep 22:44
v1.2.0-alpha.0
c11627e
Compare
Choose a tag to compare
v1.2.0-alpha.0 Pre-release
Pre-release

Changelog

  • 2238d12 Merge pull request #58 from anchore/add-linting
  • ed40808 Merge pull request #59 from anchore/bump-goproxy
  • c11627e Merge pull request #60 from anchore/v2-api
  • 508902e ci: add boostrap commands to makefile
  • 68ee95e ci: bump ci to use go 1.21
  • b4916a6 feat: support Anchore Enterprise v2 API
  • ee1e523 fix: bump goproxy version to patch DoS vulnerability
  • 0ff76a3 fix: remove unused constants in v1 handler

v1.1.0

31 Aug 23:51
00656e4
Compare
Choose a tag to compare

Changelog

  • 36615b6 Merge pull request #49 from anchore/fix-oci-docker-media-type
  • e0df6b3 Merge pull request #51 from anchore/skaffold-dev
  • a5409e0 Merge pull request #52 from bradleyjones/issue-50
  • 430265b Merge pull request #53 from anchore/release_targets
  • d574cad Merge pull request #54 from anchore/spelling
  • cbe76ac Merge pull request #55 from anchore/logging_improvements
  • 07bb673 Merge pull request #56 from anchore/more-logging-improvements
  • 00656e4 Merge pull request #57 from anchore/prep_v1.1.0_release
  • e04e68e feat: make report composition async to the harbor request
  • c7dd9cb fix OCI and Docker media types
  • fa34826 fix: improved logging for info and debug of result store use
  • d72cfda fix: spelling mistake in Error message
  • 1d35c38 fix: updates build os and arch to linux+mac and amd64+arm64 only

v1.0.2

20 Jun 16:22
aafc46f
Compare
Choose a tag to compare

Changelog

  • f15a6b8 Merge pull request #27 from found-it/update-image-k8s
  • 1780ef1 Merge pull request #42 from moensch/update-dependencies
  • 61dda1f Merge pull request #43 from anchore/update_readme
  • 0effbff Merge pull request #44 from anchore/build_fix
  • 4f557d2 Merge pull request #46 from anchore/release_v1.0.2
  • 116aa17 Merge pull request #47 from anchore/gha_ci
  • dd24de2 Merge pull request #48 from anchore/fix_release
  • b812992 Upped the version for the image used in k8s
  • 6e3dde2 feat: update k8s yaml to reference 1.0.2 release
  • 527c6f1 fix: fixes release to use makefile
  • 38be473 fix: update goreleaser config
  • c05d92d updating build dependencies

v1.0.1

21 May 00:41
5574ae9
Compare
Choose a tag to compare

Changelog

3428f85 Draft implementation for Issue #7 with aws secret manager (#16)
2221e48 Merge pull request #23 from markyjackson-taulia/master
5574ae9 Merge pull request #24 from anchore/update_gosum
2109137 New AnchoreHarborAdapter.png
9729bdb Prepping v2.0 changes
d0dcc71 Update go.sum as result of tidy operation

Docker images

  • docker pull anchore/harbor-scanner-adapter:1.0.1

v1.0.0

08 Dec 11:58
Compare
Choose a tag to compare

Changelog

972042a Add all config values to README with default values shown
5253995 Add option to ignore the harbor creds passed in the scan job and allow anchore to use pre-configured access credentials. Fixes #15
d725952 Fix image build to include commit sha as label

Docker images

  • docker pull anchore/harbor-scanner-adapter:1.0.0

v1.0.0-beta.1

18 Nov 21:48
b2e00ab
Compare
Choose a tag to compare

Changelog

0921255 Add badges to README and fix circle ci docker invocation
e726b6e Add env var method for k8s deploy with secret included to simplify
ac50970 Add initial cache code and test. Merge vuln description structs to have only one
d6a685c Add scan request logging at debug level but with redacted authz
f2cf5f4 Add tag to msg model and send it to anchore on image add
76a7890 Adds container push in makefile as well as updated ci to do push on master commits
19dc490 Adds https support. Fixes #5
b3b0223 Adds initial circleci config to test
879cd19 Adds vulnerability descriptions pulled from anchore vuln query endpoint, requires v0.5.1 of anchore.
e99d2dd Better request/response logging and use some trace-level logging
0c044e5 Consolidate http client creation an enable the tls verification flag to disable the check
f605af5 Enable new cache configs and handle failures in vuln description lookup cleanly
e6e0b5c Fix cache save bug and tweak cache size init
5323b74 Fix config handling for db update cache
4346df0 Fix error handling on failed analysis
87faadf Fix formatting
f5c320a Fix formatting
ee3137a Fix formatting
2e2bf9c Fix incorrect handling of registry+repo for adding credentials. Fixes #9
4525639 Fix push creds for dockerhub on build
cfd2378 Fix release build with docker setup
dbb0cde Fix tag filters on circleci build
7891514 Fix typo
4ce714a Fix typo in circle build
1bce5a8 Fix typo in circle config...again
b867aa1 Fix wrong location for context
c43cde4 Fixed config test and update README to remove extra fields in config file example
aee037b Go fmt and fix test
4341b1a Initial code commit
4c173b6 Initial commit
86b9250 Make build and release more configurable
0ac13f3 Make description cache env var names consistent
b2e00ab Merge pull request #14 from zhill/ci_updates
b508835 Move cache log to trace level
85ed6b2 Note anchore version 0.5.1+ required for this adapter
4f070e8 Refactor configs to consolidate and also provide cache config via env
7eb43e2 Refactor to split anchore client and adapter code. Add more unit tests.
142004e Releaser (#13)
22830cf Remove git and add curl to dockerfile
29f68fa Set registry tls to false in k8s deploy example
8eada4d Simplify k8s install and update README
cb49e6f Update README with new config values
b3e7c0e Update config and cache tests, fix bugs
3f3ddfe Update example k8s creds

Docker images

  • docker pull anchore/harbor-scanner-adapter:1.0.0-beta.1