This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 70a318c9ef5beab2c508c5fe5c9f721499964965
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 31 11:37:55 2023 +0200

    Added submodules for GH Action related to gomod SBOM generation
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/actions/gh-go-mod-generate-sbom | 1 +
 .gitmodules                             | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.github/actions/gh-go-mod-generate-sbom 
b/.github/actions/gh-go-mod-generate-sbom
new file mode 160000
index 000000000..d4aee0cf5
--- /dev/null
+++ b/.github/actions/gh-go-mod-generate-sbom
@@ -0,0 +1 @@
+Subproject commit d4aee0cf5133055dbd98899978246c10c18c440f
diff --git a/.gitmodules b/.gitmodules
index 38b2437b4..c66b40d2d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
 [submodule ".github/actions/changelog"]
        path = .github/actions/changelog
        url = https://github.com/CharMixer/auto-changelog-action
+[submodule ".github/actions/gh-go-mod-generate-sbom"]
+       path = .github/actions/gh-go-mod-generate-sbom
+       url = https://github.com/CycloneDX/gh-gomod-generate-sbom/

Reply via email to