This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from 5facd1014 Fix #1888: replace the Go catalog validator with Java checks
in the Maven plugin (#3048)
add a7cac9830 Fix #558: scan the dependencies the catalog pins, without
building anything (#3050)
add 642ddcc50 ci: keep the header test green when Camel ships no metadata
for a component (#3051)
No new revisions were added by this update.
Summary of changes:
.github/workflows/catalog-dependency-scan.yml | 82 +
AGENTS.md | 12 +-
.../camel-kamelets-catalog-sbom.json | 3895 ++++++++++++++++++++
library/camel-kamelets-bom/pom.xml | 7 +
.../kamelets/catalog/KameletsCatalogTest.java | 22 +
.../maven/plugin/GenerateCatalogSbomMojo.java | 233 ++
script/security/scan_catalog_dependencies.py | 234 ++
7 files changed, 4484 insertions(+), 1 deletion(-)
create mode 100644 .github/workflows/catalog-dependency-scan.yml
create mode 100644 camel-kamelets-sbom/camel-kamelets-catalog-sbom.json
create mode 100644
library/kamelets-maven-plugin/src/main/java/org/apache/camel/kamelets/maven/plugin/GenerateCatalogSbomMojo.java
create mode 100644 script/security/scan_catalog_dependencies.py