Skip to content

Commit ead959f

Browse files
committed
Switched actions to dev branch / Make Grype report CVE IDs
1 parent 057375b commit ead959f

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,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'

0 commit comments

Comments
 (0)