Skip to content

Commit

Permalink
add clean build to trivy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng26 committed Jan 8, 2025
1 parent 7383f3e commit a797e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build and tag Docker image for scanning
id: build-image
run: |
make APP_NAME=${{ inputs.app_name }} clean-build
make APP_NAME=${{ inputs.app_name }} release-build
IMAGE_NAME=$(make APP_NAME=${{ inputs.app_name }} release-image-name)
IMAGE_TAG=$(make release-image-tag)
Expand Down

0 comments on commit a797e0b

Please sign in to comment.