Skip to content

Commit 7c873ec

Browse files
committed
fix image-ref
1 parent 9ae5d6c commit 7c873ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-tqci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run Trivy vulnerability scanner
3939
uses: aquasecurity/trivy-action@0.20.0
4040
with:
41-
image-ref: '${{ secrets.DOCKER_USERNAME }}/clamav-alpine:${{ github.sha }}'
41+
image-ref: ${{ secrets.DOCKER_USERNAME }}/clamav-alpine:${{ github.sha }}
4242
format: 'table'
4343
exit-code: '1'
4444
ignore-unfixed: true

0 commit comments

Comments
 (0)