https://github.com/anchore/client-go
Golang client for Anchore API
https://github.com/anchore/client-go
Last synced: about 1 month ago
JSON representation
Golang client for Anchore API
- Host: GitHub
- URL: https://github.com/anchore/client-go
- Owner: anchore
- License: apache-2.0
- Created: 2019-10-10T05:06:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T19:04:32.000Z (over 5 years ago)
- Last Synced: 2025-01-06T22:35:35.945Z (over 1 year ago)
- Language: Makefile
- Size: 577 KB
- Stars: 4
- Watchers: 18
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WORK IN PROGRESS] A Golang client for the Anchore Engine API
Uses a slightly modified swagger spec and based on generated code. No executables provided, only intended for use as a library in other projects.
To pull the swagger definition and re-generate all client go code:
```bash
make
```
Note: the version of the engine where the swagger spec is pulled from is pinned in the Makefile.