We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e05bed commit f75858dCopy full SHA for f75858d
.github/workflows/ci.yml
@@ -421,10 +421,14 @@ jobs:
421
with:
422
name: docker-image-all-extensions-${{ needs.docker_build_setup.outputs.version }}
423
424
+ - run: |
425
+ pwd
426
+ ls
427
+
428
- name: Scan image with Trivy
- uses: aquasecurity/trivy-action@master
429
+ uses: aquasecurity/trivy-action@0.27.0
430
- input: /github/workspace/image.tar # from download-artifact
431
+ input: ${{ github.workspace }}/image.tar # from download-artifact
432
format: 'sarif'
433
output: 'trivy-results-docker.sarif'
434
ignore-unfixed: true
0 commit comments