File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments