Skip to content

Commit 2af62d4

Browse files
committed
go1.24
1 parent 8f26092 commit 2af62d4

File tree

14 files changed

+174
-193
lines changed

14 files changed

+174
-193
lines changed

.github/workflows/ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pre-build-updater:
4040
runs-on: ubuntu-latest
4141
container:
42-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
42+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
4343
steps:
4444
- name: Checkout
4545
uses: actions/checkout@v4
@@ -72,7 +72,7 @@ jobs:
7272
fail-fast: false
7373
matrix: ${{ fromJson(needs.define-scanner-job-matrix.outputs.matrix).build_and_push }}
7474
container:
75-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
75+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101
style-check:
102102
runs-on: ubuntu-latest
103103
container:
104-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
104+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
105105
steps:
106106
- name: Checkout
107107
uses: actions/checkout@v4
@@ -120,7 +120,7 @@ jobs:
120120
unit-tests:
121121
runs-on: ubuntu-latest
122122
container:
123-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
123+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
124124
steps:
125125
- name: Checkout
126126
uses: actions/checkout@v4
@@ -139,7 +139,7 @@ jobs:
139139
db-integration-tests:
140140
runs-on: ubuntu-latest
141141
container:
142-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
142+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
143143
steps:
144144
- name: Checkout
145145
uses: actions/checkout@v4
@@ -167,7 +167,7 @@ jobs:
167167
needs:
168168
- pre-build-updater
169169
container:
170-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
170+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
171171
steps:
172172
- name: Checkout
173173
uses: actions/checkout@v4
@@ -209,7 +209,7 @@ jobs:
209209
needs:
210210
- generate-genesis-dump
211211
container:
212-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
212+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
213213
steps:
214214
- name: Checkout
215215
uses: actions/checkout@v4
@@ -257,7 +257,7 @@ jobs:
257257
fail-fast: false
258258
matrix: ${{ fromJson(needs.define-scanner-job-matrix.outputs.matrix).build_and_push }}
259259
container:
260-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
260+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
261261
steps:
262262
- name: Checkout
263263
uses: actions/checkout@v4
@@ -314,7 +314,7 @@ jobs:
314314
needs:
315315
- generate-db-dump
316316
container:
317-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
317+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
318318
steps:
319319
- name: Checkout
320320
uses: actions/checkout@v4
@@ -365,7 +365,7 @@ jobs:
365365
fail-fast: false
366366
matrix: ${{ fromJson(needs.define-scanner-job-matrix.outputs.matrix).build_and_push }}
367367
container:
368-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
368+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
369369
steps:
370370
- name: Checkout
371371
uses: actions/checkout@v4
@@ -438,7 +438,7 @@ jobs:
438438
- build-images
439439
runs-on: ubuntu-latest
440440
container:
441-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
441+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
442442
env:
443443
QUAY_RHACS_ENG_RW_USERNAME: ${{ secrets.QUAY_RHACS_ENG_RW_USERNAME }}
444444
QUAY_RHACS_ENG_RW_PASSWORD: ${{ secrets.QUAY_RHACS_ENG_RW_PASSWORD }}
@@ -484,7 +484,7 @@ jobs:
484484
needs:
485485
- generate-genesis-dump
486486
container:
487-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
487+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
488488
steps:
489489
- name: Checkout
490490
uses: actions/checkout@v4
@@ -602,7 +602,7 @@ jobs:
602602
needs:
603603
- generate-db-dump
604604
container:
605-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
605+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
606606
steps:
607607
- name: Checkout
608608
uses: actions/checkout@v4
@@ -630,7 +630,7 @@ jobs:
630630
needs:
631631
- generate-db-dump
632632
container:
633-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
633+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
634634
steps:
635635
- name: Checkout
636636
uses: actions/checkout@v4
@@ -664,7 +664,7 @@ jobs:
664664
needs:
665665
- generate-db-dump
666666
container:
667-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
667+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
668668
steps:
669669
- name: Checkout
670670
uses: actions/checkout@v4

.github/workflows/sanity-check-vuln-updates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
SLACK_WEBHOOK_ONCALL: ${{ secrets.SLACK_ONCALL_SCANNER_WEBHOOK }}
1111
runs-on: ubuntu-latest
1212
container:
13-
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
13+
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.openshift-ci/Dockerfile.build_root

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# - `make update` and commit the results
1111
# - run `/test pj-rehearse-max` on the openshift/release PR to validate the change
1212

13-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
13+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9

.openshift-ci/build/Dockerfile.build-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

.openshift-ci/build/Dockerfile.build-db-bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

.openshift-ci/build/Dockerfile.generate-db-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

.openshift-ci/build/Dockerfile.generate-genesis-dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.8
1+
FROM quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9
22

33
COPY . /go/src/github.com/stackrox/scanner
44
WORKDIR /go/src/github.com/stackrox/scanner

BUILD_IMAGE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scanner-build-0.4.8
1+
scanner-build-0.4.9

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/stackrox/scanner
22

3-
go 1.23.3
4-
5-
toolchain go1.23.6
3+
go 1.24
64

75
require (
86
cloud.google.com/go/storage v1.55.0

image/scanner/rhel/konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Compiling scanner binaries and staging repo2cpe and genesis manifests
2-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.23@sha256:0a070e4a8f2698b6aba3630a49eb995ff1b0a182d0c5fa264888acf9d535f384 AS builder
2+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.24@sha256:07ae0767d904b0bd698e2fc8c25243f53c45e39a4257be816cc97a01a03e0336 AS builder
33

44
ARG SCANNER_TAG
55
RUN if [[ "$SCANNER_TAG" == "" ]]; then >&2 echo "error: required SCANNER_TAG arg is unset"; exit 6; fi

0 commit comments

Comments
 (0)