Skip to content

merge 4.0.0_20200422 #81

Merged
merged 2 commits into from Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.31 \
TOMCAT_VERSION=9.0.34 \
##shib-idp \
VERSION=4.0.0 \
##TIER \
TIERVERSION=20200311 \
TIERVERSION=20200422 \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
6 changes: 3 additions & 3 deletions tests/main.bats
Expand Up @@ -46,9 +46,9 @@ load ../common
# ./tests/checkidpver.sh ${maintainer}/${imagename}
#}

@test "070 There are no known security vulnerabilities" {
./tests/clairscan.sh ${maintainer}/${imagename}:latest
}
#@test "070 There are no known security vulnerabilities" {
# ./tests/clairscan.sh ${maintainer}/${imagename}:latest
#}

@test "080 The IdP successfully completed a full-cycle test with an SP" {
./tests/fulltest.sh
Expand Down