Skip to content

Commit 2c70199

Browse files
committed
update preflight version to v1.11.1, the latest
1 parent 967e044 commit 2c70199

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/image-promotion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ jobs:
381381
image: quay.io/nginx/nginx-ingress:edge-ubi
382382
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
383383
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
384+
preflight_version: 1.11.1
384385

385386
scan-docker-oss:
386387
name: Scan ${{ matrix.image }}-${{ matrix.target }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ jobs:
301301
image: quay.io/nginx/nginx-ingress:${{ inputs.nic_version }}-ubi
302302
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
303303
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
304+
preflight_version: 1.11.1
304305

305306
operator:
306307
if: ${{ ! cancelled() && ! failure() && ! inputs.dry_run && ! contains(inputs.skip_step, 'operator') && !contains(inputs.skip_step, 'publish-helm-chart') }}

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,5 @@ jobs:
184184
project_id: ${{ secrets.CERTIFICATION_PROJECT_ID }}
185185
pyxis_token: ${{ secrets.PYXIS_API_TOKEN }}
186186
platforms: ""
187+
preflight_version: 1.11.1
187188
submit: ${{ ! inputs.dry_run || true }}

0 commit comments

Comments
 (0)