We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716af67 commit 03433efCopy full SHA for 03433ef
1 file changed
.github/workflows/sbom.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install
20
run: ./mvnw clean install -V -B --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pdistro
21
- name: Build an image from Dockerfile
22
- run: docker/all-in-one/build.sh ${{ github.ref_name }}
+ run: cd docker/all-in-one && ./build.sh ${{ github.ref_name }}
23
24
sbom:
25
name: Generate merged SBOM
@@ -33,8 +33,8 @@ jobs:
33
run: |
34
mvn -T 1C org.cyclonedx:cyclonedx-maven-plugin:makeAggregateBom
35
36
- - name: Build an image from Dockerfile
37
- run: docker build -t docker.io/adito/flowable:${{ github.ref_name }} .
+ #- name: Build an image from Dockerfile
+ # run: docker build -t docker.io/adito/flowable:${{ github.ref_name }} .
38
- name: Run Trivy vulnerability scanner
39
uses: aquasecurity/trivy-action@0.35.0
40
with:
0 commit comments