Skip to content

Commit

Permalink
updated to use release tag #107
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Oct 28, 2024
1 parent 10f8e75 commit 32ec1d5
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 32ec1d5

Please sign in to comment.