|
|
@ -34,7 +34,7 @@ jobs:
|
|
|
|
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
|
|
|
|
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
|
|
|
|
|
|
|
|
|
|
|
|
- name: Run Trivy vulnerability scanner
|
|
|
|
- name: Run Trivy vulnerability scanner
|
|
|
|
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
|
|
|
|
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
|
|
|
|
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
|
|
|
|
format: 'template'
|
|
|
|
format: 'template'
|
|
|
|