Skip to content

Commit

Permalink
conflict solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonmezturk committed Dec 4, 2023
1 parent 02497ff commit e38e01d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ jobs:
tags: "${{ env.ECR_REPOSITORY_URL_APP }}:${{ env.IMAGE_TAG }}"
push: false

# - name: Scan image - High and Critical Severity
# uses: aquasecurity/trivy-action@master
# with:
# image-ref: "${{ env.ECR_REPOSITORY_URL_APP }}:${{ env.IMAGE_TAG }}"
# format: sarif
# output: trivy-results.sarif
# hide-progress: false
# exit-code: 1
#
# - name: Upload Trivy scan results to GitHub Security tab
# uses: github/codeql-action/upload-sarif@v2
# if: always()
# with:
# sarif_file: trivy-results.sarif

- name: Push Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit e38e01d

Please sign in to comment.