Tags: lmco/hoppr-cop
Tags
8000
chore(release): 1.1.0 ## [1.1.0](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.24...v1.1.0) (2023-03-02) ### Features * adding docker image ([291cca6](https://gitlab.com/hoppr/hoppr-cop/commit/291cca6e734cd371db8c135ac15e250cee8dd9d9)) ### Bug Fixes * updated docker file to include gem install, got gemnasium caching working, added broad catch to cli ([8fbe34a](https://gitlab.com/hoppr/hoppr-cop/commit/8fbe34a791980a509083d93e0bd003eacddeee6c))
chore(release): 1.0.24 ## [1.0.24](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.23...v1.0.24) (2023-02-28) ### Bug Fixes * exposed the ability to specify os distro via the cli or environment variable. This impacts grype's ability to identify vulnerabilities for OS components. ([5f71fc2](https://gitlab.com/hoppr/hoppr-cop/commit/5f71fc2581813bd6638179f56b2bb90d41f954de))
chore(release): 1.0.23 ## [1.0.23](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.22...v1.0.23) (2023-02-28) ### Bug Fixes * the bom generation for trivy was using pydantic and bom-ref was converted to bom_ref. This caused trivy to not report vulnerabilities. This updates the bom generation to just directly go from the dictionary to json. ([c82851a](https://gitlab.com/hoppr/hoppr-cop/commit/c82851a11c7a6ef311b5ad4474edd5fbc1fc8740))
chore(release): 1.0.22 ## [1.0.22](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.21...v1.0.22) (2023-02-22) ### Bug Fixes * Update everything in pyproject.toml to work with upstream dependencies ([fa594c3](https://gitlab.com/hoppr/hoppr-cop/commit/fa594c31b015f56ecc68d132721b605d337726c9)) * Update renovate ([1bec628](https://gitlab.com/hoppr/hoppr-cop/commit/1bec6285fddb69e4e108374482c42d527bf7db8d)) * Update renovate json per linter ([106df54](https://gitlab.com/hoppr/hoppr-cop/commit/106df5416fed3af5638f7b5f7a85830dbd843371))
chore(release): 1.0.21 ## [1.0.21](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.20...v1.0.21) (2023-02-09) ### Bug Fixes * cleaned up pre stage process method and accounting for existing vex ([0b077e5](https://gitlab.com/hoppr/hoppr-cop/commit/0b077e5f7e22e2b594820f58fe476c6585d6ea0b)) * updated plugin to update delivered bom ([5de6f52](https://gitlab.com/hoppr/hoppr-cop/commit/5de6f52422deae7d460b11269f42866d9a6e53f8))
chore(release): 1.0.20 ## [1.0.20](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.19...v1.0.20) (2023-01-26) ### Bug Fixes * adding `poetry lock --no-update` to support renovate MRs. ([9ff7498](https://gitlab.com/hoppr/hoppr-cop/commit/9ff7498e9fb7be643920ac1089366cb8e43267d5)) * update unit test ([0145ba7](https://gitlab.com/hoppr/hoppr-cop/commit/0145ba7170a6c048388a9ced9f57cdeba6f0b7fd)) * updated hoppr version ([020ec43](https://gitlab.com/hoppr/hoppr-cop/commit/020ec4396a64f59b5c912a5b6e19a069a1c87492))
chore(release): 1.0.19 ## [1.0.19](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.18...v1.0.19) (2023-01-25) ### Bug Fixes * **deps:** updating commons version to include gitlab reporting fix ([c6c1c31](https://gitlab.com/hoppr/hoppr-cop/commit/c6c1c31f713509ae85a2aa5ae80a4bddd49ccf29))
chore(release): 1.0.18 ## [1.0.18](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.17...v1.0.18) (2023-01-18) ### Bug Fixes * add integration test job ([c5dea95](https://gitlab.com/hoppr/hoppr-cop/commit/c5dea95f921126a899dba513a594b8cdd15f99af)) * add plugin unit tests ([55d4625](https://gitlab.com/hoppr/hoppr-cop/commit/55d4625d36c29cc2af8e03f733d8800a412298e2)) * **plugin:** added hoppr plugin ([ec3105f](https://gitlab.com/hoppr/hoppr-cop/commit/ec3105f8943e5b499e6db36fc64b47d22036819b))
chore(release): 1.0.17 [skip ci] ## [1.0.17](https://gitlab.com/hoppr/hoppr-cop/compare/v1.0.16...v1.0.17) (2022-12-16) ### Bug Fixes * Bot label for renovate ([3b835f5](https://gitlab.com/hoppr/hoppr-cop/commit/3b835f59e33b267b5070cbb3ccf506d6a5885c41)) * hoppr-security-commons deps ([8feeff6](https://gitlab.com/hoppr/hoppr-cop/commit/8feeff66b3b2622b9de3bb22f5a8ee6150a1e7a1)) * Set renovate config ([fa0de59](https://gitlab.com/hoppr/hoppr-cop/commit/fa0de594f06652c98a4efe238542941bf35c8848)) * updated gitlab namespace ([18968a5](https://gitlab.com/hoppr/hoppr-cop/commit/18968a525cf7559fc8bcf146c9886ebdbc6a2e27))
chore(release): 1.0.16 [skip ci] ## [1.0.16](https://gitlab.com/lmco/hoppr/utilities/supply-chain-security/hoppr-cop/compare/v1.0.15...v1.0.16) (2022-10-19) ### Bug Fixes * fixed an issue where get_vulnerabilities_by_purl was calling get_vulnerabilities_by_sbom on the underlying scanners ([e5ae0d6](https://gitlab.com/lmco/hoppr/utilities/supply-chain-security/hoppr-cop/commit/e5ae0d600a0b9f8910ff360320eb64143b3b9ab9))