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-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new bde7a9c4 Added GH Action for generating SBOM
bde7a9c4 is described below
commit bde7a9c45d03eafb1997405924bfe24c9ec44c17
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 31 11:08:05 2023 +0200
Added GH Action for generating SBOM
Signed-off-by: Andrea Cosentino <[email protected]>
---
.github/workflows/generate-sbom-main.yml | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index e92468b1..09c73b86 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -25,17 +25,10 @@ on:
jobs:
build:
- name: Sync Camel Spring Boot Main Branch
- if: github.repository == 'apache/camel-spring-boot'
+ name: Camel K Runtime SBOM Generation
+ if: github.repository == 'apache/camel-k-runtime'
runs-on: ubuntu-latest
steps:
- - name: Checkout Camel project
- uses: actions/checkout@v3
- with:
- repository: apache/camel
- persist-credentials: false
- ref: main
- path: camel
- name: Set up JDK
uses: actions/setup-java@v3
with: