fix workflow (again)

This commit is contained in:
Wonderfall 2021-05-01 20:11:11 +02:00 committed by GitHub
parent 7cc788cca3
commit 554e14d6da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,12 +20,12 @@ jobs:
- name: Build an image from Dockerfile
run: |
docker build ghcr.io/$GITHUB_ACTOR/mastodon .
docker build -t ghcr.io/wonderfall/mastodon .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ghcr.io/$GITHUB_ACTOR/mastodon'
image-ref: 'ghcr.io/wonderfall/mastodon'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'