Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update main.bats
chubing committed Feb 17, 2020
1 parent ed705f6 commit bb0e780
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 bb0e780

Please sign in to comment.