Skip to content

Commit

Permalink
Update main.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 7, 2023
1 parent 5148a1e commit 11e821f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
load ../common

@test "010 Image is present and healthy" {
docker image inspect ${maintainer}/${imagename}
docker image inspect ${maintainer}/${imagename}:${tag}
}

@test "030 Test Compose the environment" {
Expand All @@ -12,5 +12,5 @@ load ../common


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

0 comments on commit 11e821f

Please sign in to comment.