Skip to content

Commit

Permalink
Merge pull request #8 from Cray-HPE/GH_phase4_1.2
Browse files Browse the repository at this point in the history
GH phase 4 changes 1.2
  • Loading branch information
phalseth-hpe authored Aug 4, 2021
2 parents 2155138 + 8317c0c commit 0951bcd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
FROM arti.dev.cray.com/baseos-docker-master-local/golang:1.16-alpine3.13 AS build-base

RUN set -ex \
&& apk update \
&& apk -U upgrade \
&& apk add build-base

FROM build-base AS base
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build-base
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
FROM arti.dev.cray.com/baseos-docker-master-local/golang:1.16-alpine3.13 AS build-base

RUN set -ex \
&& apk update \
&& apk -U upgrade \
&& apk add build-base

# Copy the files in for the next stages to use.
Expand Down
13 changes: 0 additions & 13 deletions Jenkinsfile

This file was deleted.

1 change: 1 addition & 0 deletions Jenkinsfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pipeline {

stage("Chart") {
steps {
updateCsmHelmChartAppVersion(chartPath: "${WORKSPACE}/kubernetes/${CHART_NAME}", appVersion: env.VERSION)
sh "make chart"
}
}
Expand Down
2 changes: 1 addition & 1 deletion runSnyk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

SNYK_OPTS="--dev --show-vulnerable-paths=all --fail-on=all --severity-threshold=${SEVERITY:-high} --skip-unresolved=true --org=hpe-cray-playground --json"
SNYK_OPTS="--dev --show-vulnerable-paths=all --fail-on=all --severity-threshold=${SEVERITY:-high} --skip-unresolved=true --json"

OUT=$(set -x; snyk test --all-projects --detection-depth=999 $SNYK_OPTS)

Expand Down

0 comments on commit 0951bcd

Please sign in to comment.