File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,10 @@ endif
240
240
scanner-build-nodeps :
241
241
$(BUILD_FLAGS ) $(BUILD_CMD )
242
242
243
+ .PHONY : scanner-build-nodeps-konflux
244
+ scanner-build-nodeps-konflux :
245
+ $(BUILD_FLAGS ) $(BUILD_CMD ) -tags=strictfipsruntime
246
+
243
247
.PHONY : $(CURDIR ) /image/scanner/rhel/bundle.tar.gz
244
248
$(CURDIR ) /image/scanner/rhel/bundle.tar.gz :
245
249
$(CURDIR ) /image/scanner/rhel/create-bundle.sh $(CURDIR ) /image/scanner $(CURDIR ) /image/scanner/rhel
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ARG SCANNER_TAG
10
10
RUN if [[ "$SCANNER_TAG" == "" ]]; then >&2 echo "error: required SCANNER_TAG arg is unset" ; exit 6; fi
11
11
ENV RELEASE_TAG="${SCANNER_TAG}"
12
12
13
+ ENV GOEXPERIMENT=strictfipsruntime
13
14
ENV GOFLAGS=""
14
15
ENV CI=1
15
16
@@ -23,7 +24,7 @@ RUN unzip -j blob-repo2cpe.zip -d image/scanner/dump/repo2cpe && \
23
24
unzip -j blob-nvd-definitions.zip -d image/scanner/dump/nvd_definitions
24
25
25
26
RUN echo -n "version: " && make --quiet --no-print-directory tag && \
26
- make CGO_ENABLED=1 scanner-build-nodeps
27
+ make CGO_ENABLED=1 scanner-build-nodeps-konflux
27
28
28
29
# Replace genesis manifests file in the source code with the one generated at
29
30
# the point when the dump was taken. This is to avoid discrepancy between other
You can’t perform that action at this time.
0 commit comments