We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedaf50 commit 9de00b7Copy full SHA for 9de00b7
1 file changed
.github/workflows/docker-security.yml
@@ -26,9 +26,9 @@ jobs:
26
run: |
27
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
28
29
- - name: Run Trivy scan (como en Windows)
+ - name: Run Trivy scan
30
31
- ./trivy image --no-progress --format table -o trivy-report.txt python-samples-fastapi-restful
+ trivy image --no-progress --format table -o trivy-report.txt python-samples-fastapi-restful
32
33
- name: Upload Trivy report
34
uses: actions/upload-artifact@v4
0 commit comments