Skip to content

Commit 9bb12bd

Browse files
committed
updated plugin name
1 parent 53ec008 commit 9bb12bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8
22
# plugin version from https://github.com/nowsecure/gitlabci/releases
3-
ENV PLUGIN_VERSION 1.2.0-rc4
3+
ENV PLUGIN_VERSION 1.2.0-rc5
44
#
55
# Download nowsecure plugin source
66
RUN mkdir -p /usr/local/share/nowsecure

bin/nowsecure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
###
66

77
if [[ -z "${PLUGIN_VERSION}" ]]; then
8-
PLUGIN_VERSION="1.2.0-rc4"
8+
PLUGIN_VERSION="1.2.0-rc5"
99
fi
1010

1111
if [[ -z "${PLUGIN_JAR}" ]]; then
@@ -49,4 +49,4 @@ if [[ -z "${SHOW_STATUS_MESSAGES}" ]]; then
4949
SHOW_STATUS_MESSAGES=true
5050
fi
5151

52-
exec java -jar ${PLUGIN_JAR} --plugin-name circleci-nowsecure-auto-security-test --plugin-version ${PLUGIN_VERSION} --auto-url $NOWSECURE_URL --auto-token $NOWSECURE_TOKEN --auto-dir $NOWSECURE_ARTIFACTS_DIR --auto-file $NOWSECURE_BINARY_FILE --auto-group $NOWSECURE_GROUP --auto-wait $NOWSECURE_MIN_WAIT --auto-score $NOWSECURE_MIN_SCORE --auto-show-status-messages $SHOW_STATUS_MESSAGES --debug
52+
exec java -jar ${PLUGIN_JAR} --plugin-name gitlab-nowsecure-auto-security-test --plugin-version ${PLUGIN_VERSION} --auto-url $NOWSECURE_URL --auto-token $NOWSECURE_TOKEN --auto-dir $NOWSECURE_ARTIFACTS_DIR --auto-file $NOWSECURE_BINARY_FILE --auto-group $NOWSECURE_GROUP --auto-wait $NOWSECURE_MIN_WAIT --auto-score $NOWSECURE_MIN_SCORE --auto-show-status-messages $SHOW_STATUS_MESSAGES --debug

0 commit comments

Comments
 (0)