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 aa52972 commit 41684a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mongo-hardening.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ source "docker" "target" {

# Run the process to harden the docker container
build {
name = "harden"
sources = "source.docker.target"
name = "harden"
sources = ["source.docker.target"]

# Create docker volumes
provisioner "shell-local" {
Expand Down
2 changes: 1 addition & 1 deletion mongo-validate.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ source "docker" "hardened" {
# Run validation process
build {
name = "validate"
sources = "source.docker.hardened"
sources = ["source.docker.hardened"]

# docker ps
provisioner "shell-local" {
Expand Down

0 comments on commit 41684a0

Please sign in to comment.