Changelog
- c64f005 Merge pull request #1 from nikpivkin/dev
- 19e0811 chore: update plugin.yaml
- 7e73182 refactor: pass arguments trivy as is
- 638a410 ci: use reusable workflow
- 4197b60 refactor: mv to internal
- 09c9801 build: downgrade the go version to 1.19
- efcd652 refactor: simplify
- f20f538 refactor: change the way versions are received
- a70a1c5 refactor: remove cobra
- 8c77050 fix log message
- 6f8fca9 doc: update readme
- 5f57c2a fix: ignore EINVAL
- a0b2195 chore: use latest release version
- ef7fa8b fix(ci): remove an extra step
- 4645967 ci: add workflows
- 5226cef build: use goreleaser
- fd8757b refactor: improve error handling
- f704ebe refactor: apply linter
- 257bbe1 doc: fix urls and examples
- c259d1b some fixes
- 3e969eb use env var to select scanners
- 7424a42 resolve image name
- 7953bf4 extract commit with secret
- 819d073 tests(fixture): add .env
- 9c75e36 generate cyclonedx report
- 17b5265 refactor
- b212946 fix: remove GIT_STRATEGY from file-dependent templates
- e366788 fix templates
- d495ab6 add tests
- ea8b188 container scanner must support version 15 of the schema
- f4b9e56 move dev doc
- a53530b add more analyzers
- 9c92cea add example for cloud gl
- 99a4c92 add template for dind
- 731a59e retrieve plugin and trivy versions
- c0e4367 fix templates
- c48948b add report-path and template-path flags
- 5cff60f build: remove entrypoint, build go for linux
- 10d7dca fix some bugs
- 4bbbd94 doc: update readme
- 7bf7db0 build: update Makefile
- a04c8d7 update doc; add template
- 3d6f6d6 doc: update examples
- 38d4886 update gitignore
- 79f1af6 doc: add pipeline examples
- 36df459 doc: update readme
- b5e19a5 infa(dev): update docker-compose
- 36bdf6f build: update Makefile
- 0cda471 refactor: the plugin must run the go program
- 0aae422 refactor: extract docker image from env
- fc11546 infa: fix docker config; add registry service
- 705b70c init go app
- aa59892 style: apply formatter
- 9ece77f add .env to gitignore
- bacf318 build(dev): add a script to validate the report
- de29ee9 add job template
- d32b68c build: init plugin
- f16eaa0 infa: init dev environment
- a8defb4 Initial commit