Skip to content

Commit 1b93ac0

Browse files
committed
Fix branch name
1 parent e315fa0 commit 1b93ac0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/scan.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
target: docker.stackable.tech/stackable/${{ matrix.product_version.product }}:${{ matrix.product_version.version }}-stackable${{ matrix.product_version.release }}
3939
report_name: 'dd_import_grype_image.json'
4040
so_product_name: ${{ matrix.product_version.product }}
41-
so_branch_name: ${{ matrix.product_version.release }}
41+
so_branch_name: ${{ matrix.product_version.version }}-stackable${{ matrix.product_version.release }}
4242
so_api_base_url: https://secobserve.stackable.tech
4343
so_api_token: ${{ secrets.SECOBSERVE_API_TOKEN }}
44-
# - name: Upload results
45-
# uses: actions/upload-artifact@v3
46-
# with:
47-
# name: secobserve
48-
# path: dd_import_grype_image.json
44+
- name: Upload results
45+
uses: actions/upload-artifact@v3
46+
with:
47+
name: secobserve
48+
path: dd_import_grype_image.json

0 commit comments

Comments
 (0)