Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchore/client-go
Golang client for Anchore API
https://github.com/anchore/client-go
Last synced: 3 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T19:04:32.000Z (over 3 years ago)
- Last Synced: 2024-08-12T00:49:26.442Z (3 months ago)
- Language: Makefile
- Size: 577 KB
- Stars: 4
- Watchers: 19
- 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.