Skip to content

Commit 9b5772e

Browse files
committed
feat: Update grype SARIF configuration in release-arm.yaml
- Changed `grype_sarif` from `true` to `${{ matrix.grype }}` in two instances - This change allows for dynamic configuration of the grype SARIF output based on the matrix settings Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent 87b1b16 commit 9b5772e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-arm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
registry_domain: "quay.io"
4848
registry_namespace: "kairos"
4949
grype: ${{ matrix.grype }}
50-
grype_sarif: true
50+
grype_sarif: ${{ matrix.grype }}
5151
trivy: true
5252
trivy_sarif: true
5353
list_release_artifacts: true
@@ -127,7 +127,7 @@ jobs:
127127
registry_namespace: "kairos"
128128
iso: ${{ matrix.model == 'generic' }} # only produce ISOs for generic
129129
grype: ${{ matrix.grype }}
130-
grype_sarif: true
130+
grype_sarif: ${{ matrix.grype }}
131131
trivy: true
132132
trivy_sarif: true
133133
list_release_artifacts: true

0 commit comments

Comments
 (0)