Skip to content

Commit 9de00b7

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: |
2727
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
2828
29-
- name: Run Trivy scan (como en Windows)
29+
- name: Run Trivy scan
3030
run: |
31-
./trivy image --no-progress --format table -o trivy-report.txt python-samples-fastapi-restful
31+
trivy image --no-progress --format table -o trivy-report.txt python-samples-fastapi-restful
3232
3333
- name: Upload Trivy report
3434
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)