We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b5589 commit b1d9982Copy full SHA for b1d9982
.github/workflows/trivy.yml
@@ -31,12 +31,12 @@ jobs:
31
32
- name: Build an image from Dockerfile
33
run: |
34
- docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
+ docker build -t appwrite/docker-base:${{ github.sha }} .
35
36
- name: Run Trivy vulnerability scanner
37
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
38
with:
39
- image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
+ image-ref: 'appwrite/docker-base:${{ github.sha }}'
40
format: 'template'
41
template: '@/contrib/sarif.tpl'
42
output: 'trivy-results.sarif'
0 commit comments