@@ -199,33 +199,33 @@ jobs:
199
199
sarif_file : ${{ steps.scan.outputs.sarif }}
200
200
category : build-${{ inputs.image }}
201
201
202
- # - name: Show all image tags for debugging
203
- # run: echo "${{ steps.meta.outputs.tags }}"
204
-
205
- # - name: Pull and save image artifact for linux/amd64
206
- # if: ${{ (inputs.build-os == 'ubi'|| inputs.image == 'operator') && !inputs.dry_run }}
207
- # run: |
208
- # docker pull --platform=linux/amd64 localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }}
209
- # docker save localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }} -o ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
210
-
211
- # - name: Upload all image artifacts
212
- # uses: actions/upload-artifact@v4
213
- # with:
214
- # name: ${{ inputs.image }}-${{ steps.meta.outputs.version }}
215
- # path: ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
216
-
217
-
218
- # - name: Run preflight
219
- # env:
220
- # PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
221
- # run: preflight check container ${{ inputs.image }}:ubi > preflight-result.json
222
-
223
- # - name: Check preflight results
224
- # run: |
225
- # failed_count=$(jq '.results.failed | length' preflight-result.json)
226
- # if [ "$failed_count" -ne 0 ]; then
227
- # echo "Preflight checks failed: $failed_count failed checks"
228
- # echo "Results for preflight-result.json:"
229
- # jq '.results.failed' preflight-result.json
230
- # exit 1
231
- # fi
202
+ # - name: Show all image tags for debugging
203
+ # run: echo "${{ steps.meta.outputs.tags }}"
204
+
205
+ # - name: Pull and save image artifact for linux/amd64
206
+ # if: ${{ (inputs.build-os == 'ubi'|| inputs.image == 'operator') && !inputs.dry_run }}
207
+ # run: |
208
+ # docker pull --platform=linux/amd64 localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }}
209
+ # docker save localhost:5000/nginx-gateway-fabric/${{ inputs.image }}:${{ steps.meta.outputs.version }} -o ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
210
+
211
+ # - name: Upload all image artifacts
212
+ # uses: actions/upload-artifact@v4
213
+ # with:
214
+ # name: ${{ inputs.image }}-${{ steps.meta.outputs.version }}
215
+ # path: ${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
216
+
217
+
218
+ # - name: Run preflight
219
+ # env:
220
+ # PYXIS_API_TOKEN: ${{ secrets.PYXIS_API_TOKEN }}
221
+ # run: preflight check container ${{ inputs.image }}:ubi > preflight-result.json
222
+
223
+ # - name: Check preflight results
224
+ # run: |
225
+ # failed_count=$(jq '.results.failed | length' preflight-result.json)
226
+ # if [ "$failed_count" -ne 0 ]; then
227
+ # echo "Preflight checks failed: $failed_count failed checks"
228
+ # echo "Results for preflight-result.json:"
229
+ # jq '.results.failed' preflight-result.json
230
+ # exit 1
231
+ # fi
0 commit comments