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 03433ef commit ff37baaCopy full SHA for ff37baa
2 files changed
.github/workflows/sbom.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run Trivy vulnerability scanner
39
uses: aquasecurity/trivy-action@0.35.0
40
with:
41
- image-ref: 'docker.io/adito/flowable:${{ github.ref_name }}'
+ image-ref: 'adito/flowable:${{ github.ref_name }}'
42
format: 'cyclonedx'
43
output: 'target/trivy.json'
44
docker/all-in-one/build.sh
@@ -38,5 +38,3 @@ cd $BASE_PWD
echo "Building Docker image for version: $FLOWABLE_VERSION"
docker build -t adito/flowable:$FLOWABLE_VERSION --load .
-
-# --load
0 commit comments