Skip to content

Commit

Permalink
Update snyk-zap-ramp-client.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chevvak2 authored Jun 12, 2024
1 parent ac5eb95 commit 38cdcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-zap-ramp-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# Step 4: Build a Docker image
- name: Build a Docker image
run: ls -ltra && docker build --no-cache -f ./ramp-client/Dockerfile --build-arg BUILD_VERSION=$BUILD_VERSION -t $DOCKER_REGISTRY/$IMAGE_NAME:$BUILD_VERSION .
run: ls -ltra && docker build --no-cache -f ./apps/ramp-client/Dockerfile --build-arg BUILD_VERSION=$BUILD_VERSION -t $DOCKER_REGISTRY/$IMAGE_NAME:$BUILD_VERSION .

# Step 5: Run Snyk to check Docker image for vulnerabilities
- name: Run Snyk to check Docker image for vulnerabilities
Expand Down

0 comments on commit 38cdcbc

Please sign in to comment.