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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new b5556c17 GH Action for SBOM Generation
b5556c17 is described below

commit b5556c17bc15f6365ddae37237a765e185364119
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Feb 10 14:35:04 2023 +0100

    GH Action for SBOM Generation
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/workflows/generate-sbom-main.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index 7b07ac8b..0d04ba17 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -45,13 +45,7 @@ jobs:
           java-version: ${{ matrix.java }}
           cache: 'maven'
       - name: mvn build and sbom generation
-        run: mvn -l build.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false 
-Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -e 
-Psbom -DskipTests verify
-      - name: archive logs
-        uses: actions/upload-artifact@v3
-        if: always()
-        with:
-          name: build.log
-          path: build.log
+        run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -e 
-Psbom -DskipTests verify
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v4
         with:

Reply via email to