@@ -8,7 +8,7 @@ permissions: read-all
88jobs :
99 core :
1010 name : ${{ matrix.image_name }}
11- uses : kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@84ea9b020bdd470081b235a1a99147a98d32c989 # v1.1.1
11+ uses : kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@d8ac83e6ed2f143e5a4351f67fcfbceac9cb96c6 # v1.1.2
1212 permissions :
1313 id-token : write # OIDC support
1414 contents : write
@@ -108,7 +108,7 @@ jobs:
108108
109109 standard-k3s :
110110 name : ${{ matrix.image_name }}
111- uses : kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@84ea9b020bdd470081b235a1a99147a98d32c989 # v1.1.1
111+ uses : kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@d8ac83e6ed2f143e5a4351f67fcfbceac9cb96c6 # v1.1.2
112112 needs :
113113 - get-k3s-versions
114114 permissions :
@@ -145,13 +145,16 @@ jobs:
145145 trivy : true
146146 trivy_sarif : true
147147 security_scan_mode : " report-only"
148+ # k3s CVEs come from upstream and are out of our control; the SARIF
149+ # step must not fail the release. Gating is left to security_scan_mode.
150+ grype_sarif_fail_build : false
148151 custom_job_name_format : " standard-amd64-generic-k3s"
149152 list_release_artifacts : true
150153 cosign : true
151154 release : true
152155 standard-k0s :
153156 name : ${{ matrix.image_name }}
154- uses : kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@84ea9b020bdd470081b235a1a99147a98d32c989 # v1.1.1
157+ uses : kairos-io/kairos-factory-action/.github/workflows/reusable-factory.yaml@d8ac83e6ed2f143e5a4351f67fcfbceac9cb96c6 # v1.1.2
155158 needs :
156159 - get-k0s-versions
157160 permissions :
@@ -188,6 +191,9 @@ jobs:
188191 trivy : true
189192 trivy_sarif : true
190193 security_scan_mode : " report-only"
194+ # k0s CVEs come from upstream and are out of our control; the SARIF
195+ # step must not fail the release. Gating is left to security_scan_mode.
196+ grype_sarif_fail_build : false
191197 custom_job_name_format : " standard-amd64-generic-k0s"
192198 list_release_artifacts : true
193199 cosign : true
0 commit comments