- Jul 14, 2024
-
-
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))
-
Pierre Smeyers authored
Today creating a backmerge MR from prod or integ branch to any other branch triggers a pipeline even though no change has been pushed. Ultimately those pipelines might (re)trigger integration or production environment deployment and/or packages publication. That might have unexpected consequences. This change simply disables MR pipeline from prod & integ branches, enforcing branch pipelines only (i.e. when a true commit is pushed).
-
- Apr 23, 2024
-
-
Pierre Smeyers authored
-
- Apr 14, 2024
-
-
Pierre Smeyers authored
-
- Mar 07, 2024
-
-
Pierre Smeyers authored
docs: Replaced / with : after hostname in scm example See merge request to-be-continuous/maven!79
-
- Feb 02, 2024
-
-
to be continuous bot authored
chore(deps): update to-be-continuous dependencies See merge request to-be-continuous/maven!77
-
to be continuous bot authored
-
- Jan 30, 2024
-
-
semantic-release-bot authored
## [3.9.1](https://gitlab.com/to-be-continuous/maven/compare/3.9.0...3.9.1) (2024-1-30) ### Bug Fixes * sanitize variable substitution pattern ([f3164e86](https://gitlab.com/to-be-continuous/maven/commit/f3164e86c50e730af74c032ee0fb3c05c7005106))
-
Pierre Smeyers authored
replace '${foo+repl}' pattern with '${foo:+repl}' (latest supports $foo being defined but empty)
-
- Jan 28, 2024
-
-
Pierre Smeyers authored
-
- Jan 27, 2024
-
-
semantic-release-bot authored
# [3.9.0](https://gitlab.com/to-be-continuous/maven/compare/3.8.0...3.9.0) (2024-1-27) ### Features * GitLab CI/CD component migration ([5c32520f](https://gitlab.com/to-be-continuous/maven/commit/5c32520f6eecc18b58b2b2cf0f4326e04e023cec))
-
Cédric OLIVIER authored
GitLab CI/CD component migration See merge request to-be-continuous/maven!74
-
Pierre Smeyers authored
requires GitLab 16.6 or later
-
- Dec 15, 2023
-
-
to be continuous bot authored
chore(deps): update to-be-continuous dependencies See merge request to-be-continuous/maven!76
-
to be continuous bot authored
-