Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/feature-345-summary…
Browse files Browse the repository at this point in the history
…-in-reports' into feature-345-summary-in-reports
  • Loading branch information
zigfridus committed Oct 30, 2023
2 parents 9a933f9 + 3b618b3 commit 228dc45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL maintainer="SecHub FOSS Team"
ARG OWASPZAP_VERSION="2.14.0"
ARG OWASPZAP_SHA256SUM="219d7f25bbe25247713805ab02cc12279898c870743c1aae3c2b0b1882191960"

ARG OWASPZAP_WRAPPER_VERSION="1.3.1"
ARG OWASPZAP_WRAPPER_VERSION="1.4.0"

# OWASP ZAP host and port
ENV ZAP_HOST="127.0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion sechub-pds-solutions/owaspzap/env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
BASE_IMAGE="ghcr.io/mercedes-benz/sechub/pds-base"

# See: https://github.com/mercedes-benz/sechub/releases/
OWASPZAP_WRAPPER_VERSION="1.3.1"
OWASPZAP_WRAPPER_VERSION="1.4.0"
# See: https://github.com/zaproxy/zaproxy/releases/latest
OWASPZAP_VERSION="2.14.0"
OWASPZAP_SHA256SUM="219d7f25bbe25247713805ab02cc12279898c870743c1aae3c2b0b1882191960"
Expand Down
2 changes: 1 addition & 1 deletion sechub-solution/env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CPU_LIMIT=1.0
BUILD_TYPE=download

# The SecHub version used if the BUILD_TYPE is set to `download`
SECHUB_VERSION="1.0.0"
SECHUB_VERSION="1.2.0"

# Go version used
GO="go1.20.4.linux-amd64.tar.gz"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.mercedesbenz.sechub.systemtest.runtime;

import static org.junit.jupiter.api.Assertions.*;
Expand Down

0 comments on commit 228dc45

Please sign in to comment.