- Sep 10, 2024
-
-
semantic-release-bot authored
## [3.11.2](https://gitlab.com/to-be-continuous/maven/compare/3.11.1...3.11.2) (2024-09-10) ### Bug Fixes * Add fail function. fixes [#67](https://gitlab.com/to-be-continuous/maven/issues/67) ([31c979ca](https://gitlab.com/to-be-continuous/maven/commit/31c979caece4f247b34477e6cab37158ea29eae4))
-
Clement Bois authored
fix: Add fail function. fixes #67 Closes #67 See merge request to-be-continuous/maven!98
-
Michael Kebe authored
-
- Sep 06, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/bash to v3.5 See merge request to-be-continuous/maven!96
-
to be continuous bot authored
-
- Aug 21, 2024
-
-
Pierre Smeyers authored
-
- Aug 11, 2024
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Jul 19, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/gitleaks to v2.6 See merge request to-be-continuous/maven!92
-
to be continuous bot authored
-
- Jul 15, 2024
-
-
semantic-release-bot authored
## [3.11.1](https://gitlab.com/to-be-continuous/maven/compare/3.11.0...3.11.1) (2024-07-15) ### Bug Fixes * **jib:** correct the artifacts paths and reports definition ([bbde711e](https://gitlab.com/to-be-continuous/maven/commit/bbde711e6d8566ee93da393c35bcfb3fdd0c5a2d)), closes [#62](https://gitlab.com/to-be-continuous/maven/issues/62)
-
Pierre Smeyers authored
refactor: replace deprecated user property rules with enforcer.rules Closes #56 See merge request to-be-continuous/maven!91
-
Pierre Smeyers authored
fix(jib): correct the artifacts paths and reports definition Closes #62 See merge request to-be-continuous/maven!90
-
- Jul 14, 2024
-
-
Timothy Stone authored
The Maven Enforcer Plugin replaced the rules property with the enforcer.rules property. See issue for additional details. Fixes #56
-
Timothy Stone authored
The files produced by Syft in the script do not match the definition of the files in the artifacts to upload on the conclusion of the job. Match the file names in the artifacts to the job files produced, i.e., s/jib-//g Fixes #62
-
- Jul 12, 2024
-
-
Guilhem Bonnefille authored
docs(README): update the README on defaults for the MAVEN_SBOM_OPTS variable Closes #61 See merge request to-be-continuous/maven!89
-
- Jul 11, 2024
-
-
Timothy Stone authored
Update the default value to match the internal and kicker default. Fixes #61
-
- Jul 10, 2024
-
-
semantic-release-bot authored
# [3.11.0](https://gitlab.com/to-be-continuous/maven/compare/3.10.2...3.11.0) (2024-07-10) ### Features * **sbom:** update default SBOM options to include Java catalogers when using the Jib variant ([eb23b260](https://gitlab.com/to-be-continuous/maven/commit/eb23b2608632216d09f949234f18a507028bcf42))
-
Pierre Smeyers authored
feat: use java cataloger See merge request to-be-continuous/maven!88 Commit message: Update default SBOM options to include Java cataloger Explanation: - Updated the default SBOM options to include the Java cataloger. - This will allow Syft to generate SBOMs for Java applications. Why the changes were done: - The Java cataloger is required to generate SBOMs for Java applications. - Without this cataloger, Syft would not be able to generate SBOMs for Java applications. -------
Commit message generated by GitLab Duo -
Guilhem Bonnefille authored
As Jib generates Docker images embedding Jar application, the Java catalogers should be activated by default. Nix cataloger added.
-
- Jul 06, 2024
-
-
semantic-release-bot authored
## [3.10.2](https://gitlab.com/to-be-continuous/maven/compare/3.10.1...3.10.2) (2024-07-06) ### Bug Fixes * replace `packages` by `scan` command ([51dc6c99](https://gitlab.com/to-be-continuous/maven/commit/51dc6c990ab1158adb3fe0763768eab78f7fb406))
-
Pierre Smeyers authored
fix: replace `packages` by `scan` command See merge request to-be-continuous/maven!87
-
- Jul 05, 2024
-
-
Guilhem Bonnefille authored
Since v0.100.0 the `packages` sub command was replaced by `scan`. https://github.com/anchore/syft/commit/4c20a74d2fc6774b7745b432995d5ff7836b90a0
-
- Jul 02, 2024
-
-
Pierre Smeyers authored
-
- Jul 01, 2024
-
-
semantic-release-bot authored
## [3.10.1](https://gitlab.com/to-be-continuous/maven/compare/3.10.0...3.10.1) (2024-07-01) ### Bug Fixes * **Jib:** Trivy 0.53.0 added the clean subcommand for semantic cache management ([6333e64e](https://gitlab.com/to-be-continuous/maven/commit/6333e64e61fb025ce758cdb275a6888d934b878b))
-
Pierre Smeyers authored
fix(variant): trivy 0.53.0 added the clean subcommand for semantic cache management Closes #60 See merge request to-be-continuous/maven!86
-
Timothy Stone authored
-
- Jun 30, 2024
-
-
semantic-release-bot authored
# [3.10.0](https://gitlab.com/to-be-continuous/maven/compare/3.9.2...3.10.0) (2024-06-30) ### Bug Fixes * add submodule pom files as job artifacts ([e6960e6b](https://gitlab.com/to-be-continuous/maven/commit/e6960e6b26be9fecb4ce69d38e12919a886132a0)) ### Features * add eval_all_secrets closes [#59](https://gitlab.com/to-be-continuous/maven/issues/59) ([c77193c4](https://gitlab.com/to-be-continuous/maven/commit/c77193c447fa897563b07ec0cc5a17ea02e229b8))
-
Pierre Smeyers authored
feat: add eval_all_secrets closes #59 Closes #59 See merge request to-be-continuous/maven!85
-
- Jun 22, 2024
-
-
Michael Kebe authored
-
- Jun 17, 2024
-
-
Pierre Smeyers authored
fix: Add submodule .pom files as job artifacts Closes #58 See merge request to-be-continuous/maven!84
-
Bragolgirith authored
-
- Jun 07, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.11 See merge request to-be-continuous/maven!83
-
to be continuous bot authored
-
- Jun 04, 2024
-
-
Pierre Smeyers authored
ci(security): add Gitleaks scan See merge request to-be-continuous/maven!82
-
Anoop Mazhavancheri authored
-
- May 27, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.10 See merge request to-be-continuous/maven!80
-
to be continuous bot authored
-
- May 05, 2024
-
-
semantic-release-bot authored
## [3.9.2](https://gitlab.com/to-be-continuous/maven/compare/3.9.1...3.9.2) (2024-05-05) ### Bug Fixes * **workflow:** disable MR pipeline from prod & integ branches ([3fc4c9ed](https://gitlab.com/to-be-continuous/maven/commit/3fc4c9edbded967df2f4c648672de8d51515bd7e))
-