Skip to content

Commit

Permalink
Update circleci config image
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Johnston committed Jun 2, 2022
1 parent 3bafd82 commit 1133d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
command: |
TAG=0.1.<< pipeline.number >>
snyk auth $SNYK_TOKEN
snyk container test rajohnston/juice-shop:$TAG --file=./Dockerfile || true
snyk container test randyjohnston/juice-shop:$TAG --file=./Dockerfile || true
trigger_argocd:
docker:
- image: cimg/base:2022.04
Expand All @@ -56,7 +56,7 @@ jobs:
TAG=0.1.<< pipeline.number >>
git clone https://github.com/randyjohnston/argocd-goof.git
cd argocd-goof
sed -i 's/\(juice-shop\)\(.*\)/\1:'$TAG'/' goof/goof-deployment.yaml
sed -i 's/\(rajohnston\/snyk-juice-shop\)\(.*\)/\1:'$TAG'/' goof/goof-deployment.yaml
git config user.email "randy.johnston@snyk.io"
git config user.name "randyjohnston"
git add goof/goof-deployment.yaml
Expand All @@ -81,4 +81,4 @@ workflows:
- docker_build_push
- trigger_argocd:
requires:
- snyk_container_test
- snyk_container_test

0 comments on commit 1133d3c

Please sign in to comment.