FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update alpine Docker tag to v3.24 by renovate[bot] · Pull Request #3671 · secureCodeBox/secureCodeBox · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yaml  (1) No extension  (4) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.23
FROM alpine:3.24

RUN apk add --no-cache curl bash

Expand Down
4 changes: 2 additions & 2 deletions scanners/nikto/scanner/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.23 AS build
FROM alpine:3.24 AS build
ARG scannerVersion
RUN apk add git
RUN git clone --depth 1 https://github.com/sullo/nikto.git /nikto

FROM alpine:3.23
FROM alpine:3.24

ENV PATH=${PATH}:/nikto

Expand Down
2 changes: 1 addition & 1 deletion scanners/nmap/Chart.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: A Helm chart for the NMAP security Scanner that integrates with the
type: application
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v3.1.0-alpha1
appVersion: "7.97-r0"
appVersion: "7.99-r0"
kubeVersion: ">=v1.11.0-0"
annotations:
# supported cpu architectures for which docker images for the scanner should be build
Expand Down
2 changes: 1 addition & 1 deletion scanners/nmap/scanner/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.23
FROM alpine:3.24
ARG scannerVersion
RUN apk add --no-cache nmap=$scannerVersion nmap-scripts=$scannerVersion
RUN addgroup --system --gid 1001 nmap && adduser nmap --system --uid 1001 --ingroup nmap
Expand Down
2 changes: 1 addition & 1 deletion scanners/test-scan/scanner/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM alpine:3.23
FROM alpine:3.24
RUN addgroup --system --gid 1001 test && adduser test --system --uid 1001 --ingroup test
WORKDIR /home/securecodebox/
USER 1001
Expand Down
Loading

Back | FazBrowse Home | New Git URL