You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/05/31 09:40:07 UTC

[camel-k] branch main updated (75c3a153f -> ef70a280c)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 75c3a153f SBOM for Camel K - Added GH Action
     new 9153882bb Added submodules for GH Action related to gomod SBOM generation
     new ef70a280c Added submodules for GH Action related to gomod SBOM generation - GH Action alignment

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/gh-go-mod-generate-sbom  | 1 +
 .github/workflows/generate-sbom-main.yml | 2 +-
 .gitmodules                              | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)
 create mode 160000 .github/actions/gh-go-mod-generate-sbom


[camel-k] 02/02: Added submodules for GH Action related to gomod SBOM generation - GH Action alignment

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef70a280c1ccf28ee3573d91872f5374f11e2aaf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 31 11:39:43 2023 +0200

    Added submodules for GH Action related to gomod SBOM generation - GH Action alignment
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .github/workflows/generate-sbom-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml
index f61f425d9..0ccaeb295 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -72,7 +72,7 @@ jobs:
     - name: Execute Build (make)
       uses: ./.github/actions/e2e-build
     - name: Generate SBOM
-      uses: CycloneDX/gh-gomod-generate-sbom@v1
+      uses: ./.github/actions/gh-go-mod-generate-sbom
       with:
         version: v1
         args: mod -licenses -json -output camel-k-sbom/camel-k-sbom.json


[camel-k] 01/02: Added submodules for GH Action related to gomod SBOM generation

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9153882bb62505a546642127e7bfec77ab562bcb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 31 11:37:55 2023 +0200

    Added submodules for GH Action related to gomod SBOM generation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .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/