Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 8, 2024
1 parent 3add036 commit aa77a36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mongo-validate.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ build {
"docker ps -a",
"docker logs mongo-hardened",
"docker ps -a",
"sleep 5",
"sleep 10",
"docker ps -a",
"docker logs mongo-hardened",
"docker ps -a",
"docker exec mongo-hardened sh -c 'ls'",
"docker ps -a",
"inspec detect -t docker://mongo-hardened",
Expand Down

0 comments on commit aa77a36

Please sign in to comment.