- 25 Jan, 2023 17 commits
-
-
Joseph Coyle authored
## [1.7.0](v1.6.2...v1.7.0) (2023-01-25) ### Features * --no-strict CLI flag ([b57cfe00](b57cfe00)) * --no-strict CLI flag ([affc1a55](affc1a55)) * add composite collector ([72b9d563](72b9d563)) * add nexus search collector ([a20f58d4](a20f58d4)) * allow docker collector to use docker.io when --no-strict option is set ([368f513f](368f513f)) * creation of in-toto attestations ([69cc89d0](69cc89d0)) ### Bug Fixes * Add Bot label to renovate MRs ([d8a894c7](d8a894c7)) * add collection metadata to sbom for apt components ([d4304abd](d4304abd)) * add collections params for docker ([580ecefa](580ecefa)) * add missing import ([5b9ba892](5b9ba892)) * add missing strict_repos typer argument ([5514d750](5514d750)) * add mock for os.path.exist ([0942eb3e](0942eb3e)) * add pytest-cov package ([32c4e4b1](32c4e4b1)) * address issue where in-toto was looking maven files ([10c9016f](10c9016f)) * all source distros from manifest repos ([f3808c16](f3808c16)) * append dev instead of current branch name ([d221aa3e](d221aa3e)) * bug with with attestations created from GitLab CI Runners ([8f09f0e2](8f09f0e2)) * Clean up artifact name ([fcbb383b](fcbb383b)) * clear loaded manifests ([7638c3f0](7638c3f0)) * complete unit test coverage for collect_nexus_search ([f8928fbf](f8928fbf)) * Correct build artifacts ([7c59ff7d](7c59ff7d)) * dev branch test; update README ([d983df92](d983df92)) * enum base type ([414970f5](414970f5)) * exclude nulls from output sboms ([2a4af6e4](2a4af6e4)) * fast forward branch ([7c18ce28](7c18ce28)) * fixed issue with bundle options for functionary_key ([1315a80f](1315a80f)) * Fixes [#150](#150) and corrected when consolidated and deliveried SBOMs are written. It also address additional unit testing ([48d14efe](48d14efe)) * generate dev version if not on main/dev ([0a13943b](0a13943b)) * gitattributes ([0e94ef64](0e94ef64)) * have nexus collector respect user-specified purl types ([5f93e732](5f93e732)) * hoppr group ([6bc6f834](6bc6f834)) * import source type error ([3b6e9731](3b6e9731)) * include resources folder in poetry build ([8945c707](8945c707)) * linting union for type hints ([d274ba75](d274ba75)) * main module exits using sys instead of typer ([47e7872d](47e7872d)) * main process logfile lock ([f4536c0b](f4536c0b)) * missing `rev` command in skopeo image ([054c37bf](054c37bf)) * missing collector plugin CLI tools ([c7a2fd61](c7a2fd61)) * moved test_main.py under test/unit/ directory ([75f77764](75f77764)) * mypy errors ([5cdacffb](5cdacffb)) * pip arguments ([5b88e2e2](5b88e2e2)) * platform check ([b62677b6](b62677b6)) * **plugin:** add type hint to auth ([a5ca9815](a5ca9815)) * **plugin:** properly authenticate nexus requests ([bf4834f5](bf4834f5)) * provide better error message on empty config file content ([21f16d33](21f16d33)) * pylint error ([3d35a874](3d35a874)) * pylint error ([8f869606](8f869606)) * pylint issues fix ([1404090f](1404090f)) * Remove blank lines ([9fec5a2d](9fec5a2d)) * remove prerelease ([80f26631](80f26631)) * remove prerelease ([229b35e0](229b35e0)) * Remove quotes ([3b34729a](3b34729a)) * restore Dockerfile FROM directive ([83f6728f](83f6728f)) * semantic-release version bump ([f7b90776](f7b90776)) * set prerelease back to true ([5dd88c43](5dd88c43)) * set timetag to utc timezone ([cf2d3e87](cf2d3e87)) * Setup codequality analytics and build attestation ([bc295a02](bc295a02)) * shared RLock for Docker unit tests ([7f859539](7f859539)) * stage name regex field type ([6dd8de27](6dd8de27)) * strip quotes to compare found URL ([d476ca9b](d476ca9b)) * test image tags ([25e035dd](25e035dd)) * test pattern matching ([6772858b](6772858b)) * transfer file default value ([067b6537](067b6537)) * type check errors ([1eb8f408](1eb8f408)) * type error ([344f18c1](344f18c1)) * Update artifact name ([3d957d4c](3d957d4c)) * update assert ([92a143dc](92a143dc)) * update CODEOWNERS for repo move ([c9306914](c9306914)) * Update maven write to disk ([35a8739f](35a8739f)) * Update variables to contain artifact name ([2d64ebd7](2d64ebd7)) * updates to ensure pipeline works for forks. ([b18cb534](b18cb534)) * urljoin stripping path components ([6cb3d613](6cb3d613)) * use enums for constants, per code review ([1cf99d8e](1cf99d8e)) * windows ANSI processing ([45b3aa68](45b3aa68)) ### Reverts * files not relevant to this branch ([a8ed375f](a8ed375f)) * files not relevant to this branch ([7bba214a](7bba214a)) * model integration changes ([655c408b](655c408b))
-
Joseph Coyle authored
v1.7.0 Release MR See merge request !246
-
Eric Kirse authored
## [1.7.0-dev.24](v1.7.0-dev.23...v1.7.0-dev.24) (2023-01-25)
-
Eric Kirse authored
refactor: add pypi no-strict logic See merge request !266
-
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Eric Kirse authored
## [1.7.0-dev.23](v1.7.0-dev.22...v1.7.0-dev.23) (2023-01-25) ### Features * allow docker collector to use docker.io when --no-strict option is set ([368f513f](368f513f)) ### Bug Fixes * linting union for type hints ([d274ba75](d274ba75)) * main module exits using sys instead of typer ([47e7872d](47e7872d)) * moved test_main.py under test/unit/ directory ([75f77764](75f77764)) * pylint error ([3d35a874](3d35a874))
-
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Eric Kirse authored
feat: allow docker collector to use docker.io when --no-strict option is set See merge request !265
-
Chuck Culman authored
Signed-off-by:
Chuck Culman <chuck.culman@lmco.com>
-
Eric Kirse authored
test: refactor raw unit tests to pytest See merge request !251
-
-
Eric Kirse authored
Pytests for main.py See merge request !241
-
Matthew Terranova authored
fix: mypy error Signed-off-by:
lmco.terranova <matthew.t.terranova@lmco.com>
-
Matthew Terranova authored
Signed-off-by:
lmco.terranova <matthew.t.terranova@lmco.com>
-
Chuck Culman authored
Signed-off-by:
Chuck Culman <chuck.culman@lmco.com>
-
- 24 Jan, 2023 11 commits
-
-
Matthew Terranova authored
Signed-off-by:
lmco.terranova <matthew.t.terranova@lmco.com>
-
Eric Kirse authored
## [1.7.0-dev.22](v1.7.0-dev.21...v1.7.0-dev.22) (2023-01-24) ### Bug Fixes * enum base type ([414970f5](414970f5)) * import source type error ([3b6e9731](3b6e9731)) * mypy errors ([5cdacffb](5cdacffb)) * stage name regex field type ([6dd8de27](6dd8de27)) * type check errors ([1eb8f408](1eb8f408)) ### Reverts * model integration changes ([655c408b](655c408b))
-
Eric Kirse authored
Add Pydantic models Closes #139 See merge request !244
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
https://gitlab.com/hoppr/hopprJonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Eric Kirse authored
## [1.7.0-dev.21](v1.7.0-dev.20...v1.7.0-dev.21) (2023-01-24) ### Bug Fixes * pylint error ([8f869606](8f869606)) * urljoin stripping path components ([6cb3d613](6cb3d613))
-
Eric Kirse authored
refactor: maven collector --no-strict flag and pytest unit tests Closes #99 See merge request !229
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Eric Kirse authored
refactor: helm collector --no-strict flag and pytest unit tests Closes #95 See merge request !228
-
Jerod Heck authored
chore(deps): update docker.io/renovate/renovate docker tag to v34.111 signed-off-by: bot, renovate <hopprexternalrenovate.dl-eo@groups.lmco.com> See merge request !255
-
Matthew Terranova authored
Signed-off-by:
lmco.terranova <matthew.t.terranova@lmco.com>
-
- 23 Jan, 2023 12 commits
-
-
Mend Renovate authored
chore(deps): update docker.io/renovate/renovate docker tag to v34.111 signed-off-by: bot, renovate <hopprexternalrenovate.dl-eo@groups.lmco.com> Signed-off-by:
Renovate Bot <bot@renovateapp.com>
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
https://gitlab.com/hoppr/hopprJonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
https://gitlab.com/hoppr/hopprJonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Jonathan Howard authored
Signed-off-by:
Jonathan Howard <jonathan.w.howard@lmco.com>
-
Matthew Terranova authored
-
Matthew Terranova authored
-
Matthew Terranova authored
-
Jerod Heck authored
chore(deps): update dependency oras to ^0.1.0 See merge request !248
-
Mend Renovate authored
Signed-off-by:
Renovate Bot <bot@renovateapp.com>
-