Skip to content

Commit

Permalink
Update pipeline to include renamed trivy scan file
Browse files Browse the repository at this point in the history
  • Loading branch information
said-moj committed Nov 20, 2024
1 parent e3b4b5d commit 1f998f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ECR_ROLE_TO_ASSUME: ${{ secrets.ECR_ROLE_TO_ASSUME }}

scan-image:
uses: ./.github/workflows/scan-image.yml
uses: ./.github/workflows/trivy-image-scan.yml
needs: build-and-push
with:
ECR_REPOSITORY: ${{vars.ECR_REPOSITORY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ECR_ROLE_TO_ASSUME: ${{ secrets.ECR_ROLE_TO_ASSUME }}

scan-image:
uses: ./.github/workflows/scan-image.yml
uses: ./.github/workflows/trivy-image-scan.yml
needs: build-and-push
with:
ECR_REPOSITORY: ${{vars.ECR_REPOSITORY}}
Expand Down

0 comments on commit 1f998f8

Please sign in to comment.