Skip to content

Commit

Permalink
Merge pull request #108 from kunduso/enable-blue-green-deployment
Browse files Browse the repository at this point in the history
updated to use release tag #107
  • Loading branch information
kunduso authored Oct 28, 2024
2 parents 785543b + 32ec1d5 commit bbe84c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
# https://github.com/marketplace/actions/aqua-security-trivy
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: ${{ env.ECR_REPOSITORY }}
Expand Down

0 comments on commit bbe84c5

Please sign in to comment.