Skip to content

Commit 07cd7e6

Browse files
committed
Fixed branch name
1 parent 5b63c4a commit 07cd7e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/scan.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,16 @@ jobs:
3737
product_version: ${{ fromJson(needs.image_list.outputs.matrix) }}
3838
steps:
3939
- name: Run Grype image
40-
uses: MaibornWolff/secobserve_actions_templates/actions/SCA/grype_image@main
40+
uses: dervoeti/secobserve_actions_templates/actions/SCA/grype_image@fix/add-missing-branch-name-input
4141
with:
4242
target: docker.stackable.tech/stackable/${{ matrix.product_version.product }}:${{ matrix.product_version.version }}-stackable${{ matrix.product_version.release }}
4343
report_name: 'dd_import_grype_image.json'
4444
so_product_name: ${{ matrix.product_version.product }}
4545
so_api_base_url: https://secobserve.stackable.tech
4646
so_api_token: ${{ secrets.SECOBSERVE_API_TOKEN }}
47+
so_branch_name: ${{ matrix.product_version.version }}-stackable${{ matrix.product_version.release }}
4748
- name: Run Trivy image
48-
uses: MaibornWolff/secobserve_actions_templates/actions/SCA/trivy_image@main
49+
uses: dervoeti/secobserve_actions_templates/actions/SCA/trivy_image@fix/add-missing-branch-name-input
4950
with:
5051
target: 'maibornwolff/dd-import:latest'
5152
report_name: 'dd_import_trivy_image.json'

0 commit comments

Comments
 (0)