Skip to content

Commit

Permalink
add docker load command
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed Aug 9, 2024
1 parent f2d5186 commit 9e2b9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/secure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
curl -s -L https://github.com/CrowdStrike/ivan/releases/download/1.0.6/ivan_1.0.6_Linux_x86_64.tar.gz
tar xvzf ivan_1.0.6_Linux_x86_64.tar.gz
chmod +ux ivan
docker load < ${DOCKER_IMAGE}
ivan -region us-1 -image ${DOCKER_IMAGE}
- name: Deploy to GKE
Expand Down

0 comments on commit 9e2b9fe

Please sign in to comment.