mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
fix scanner
This commit is contained in:
parent
6752a93d2f
commit
d12d618da4
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.28.0
|
||||
with:
|
||||
image-ref: 'ghcr.io/$IMAGE_NAME'
|
||||
image-ref: 'ghcr.io/${{ env.IMAGE_NAME }}'
|
||||
format: 'table'
|
||||
exit-code: '1'
|
||||
ignore-unfixed: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue