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