We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae5d6c commit 7c873ecCopy full SHA for 7c873ec
.github/workflows/docker-tqci.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run Trivy vulnerability scanner
39
uses: aquasecurity/trivy-action@0.20.0
40
with:
41
- image-ref: '${{ secrets.DOCKER_USERNAME }}/clamav-alpine:${{ github.sha }}'
+ image-ref: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:${{ github.sha }}
42
format: 'table'
43
exit-code: '1'
44
ignore-unfixed: true
0 commit comments