Skip to content

Commit b1d9982

Browse files
authored
Update Trivy workflow to use new Docker image
1 parent 43b5589 commit b1d9982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- name: Build an image from Dockerfile
3333
run: |
34-
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
34+
docker build -t appwrite/docker-base:${{ github.sha }} .
3535
3636
- name: Run Trivy vulnerability scanner
3737
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
3838
with:
39-
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
39+
image-ref: 'appwrite/docker-base:${{ github.sha }}'
4040
format: 'template'
4141
template: '@/contrib/sarif.tpl'
4242
output: 'trivy-results.sarif'

0 commit comments

Comments
 (0)