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,16 +37,17 @@ jobs:
3737 product_version : ${{ fromJson(needs.image_list.outputs.matrix) }}
3838 steps :
3939 - name : Run Grype image
40- uses : dervoeti /secobserve_actions_templates/actions/SCA/grype_image@fix/add-missing-branch-name-input
40+ uses : MaibornWolff /secobserve_actions_templates/actions/SCA/grype_image@dev
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-backend.stackable.tech
4646 so_api_token : ${{ secrets.SECOBSERVE_API_TOKEN }}
4747 so_branch_name : ${{ matrix.product_version.version }}-stackable${{ matrix.product_version.release }}
48+ further_parameters : " --by-cve"
4849 - name : Run Trivy image
49- uses : dervoeti /secobserve_actions_templates/actions/SCA/trivy_image@fix/add-missing-branch-name-input
50+ uses : MaibornWolff /secobserve_actions_templates/actions/SCA/grype_image@dev
5051 with :
5152 target : ' maibornwolff/dd-import:latest'
5253 report_name : ' dd_import_trivy_image.json'
You can’t perform that action at this time.
0 commit comments