Skip to content

Commit

Permalink
Merge pull request #96 from docker/4.1.2_20210614
Browse files Browse the repository at this point in the history
re-enable security scan
  • Loading branch information
pcaskey authored Jun 14, 2021
2 parents ff6d6ed + 67deb45 commit 5518ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV TOMCAT_MAJOR=9 \
##shib-idp \
VERSION=4.1.2 \
##TIER \
TIERVERSION=20210607 \
TIERVERSION=20210614 \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
6 changes: 3 additions & 3 deletions tests/main.bats
Original file line number Diff line number Diff line change
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

0 comments on commit 5518ffb

Please sign in to comment.