Skip to content

Commit a0e8252

Browse files
authored
Update docker-security.yml
1 parent 9de00b7 commit a0e8252

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
trivy image --no-progress --format table -o trivy-report.txt python-samples-fastapi-restful
3232
33+
- name: Show Trivy report in logs
34+
run: cat trivy-report.txt
35+
3336
- name: Upload Trivy report
3437
uses: actions/upload-artifact@v4
3538
with:

0 commit comments

Comments
 (0)