Skip to content

Commit

Permalink
Fix comment and vulneravility images
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Jan 4, 2024
1 parent 051135b commit 966208e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@ jobs:
- name: List Images
run: |
docker images
RESOLVED_IMAGE_TAG=${{ env.IMAGE_TAG }}
echo "IMAGE: ${{env.IMAGE_TAG}} :: $RESOLVED_IMAGE_TAG"
echo "IMAGE=$RESOLVED_IMAGE_TAG" >> $GITHUB_ENV
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: processmaker/enterprise:${{env.IMAGE_TAG}}
image-ref: processmaker/enterprise:$RESOLVED_IMAGE_TAG
format: 'table'
exit-code: '0'
ignore-unfixed: false
Expand Down

0 comments on commit 966208e

Please sign in to comment.