Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
enabling tests
chubing committed Feb 13, 2020
1 parent d3c6758 commit dbc87bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/main.bats
@@ -6,11 +6,11 @@ load ../common
docker image inspect ${maintainer}/${imagename}
}

#@test "030 Test Compose the environment" {
# cd test-compose && ./compose.sh && docker-compose down
#}
@test "030 Test Compose the environment" {
cd test-compose && ./compose.sh && docker-compose down
}


#@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
}

0 comments on commit dbc87bb

Please sign in to comment.