Don't nuke built container images before testing them for vulns (#36168)

Otherwise we're just pulling the currently published Docker images and
checking *those* rather than what's on `main`.
This commit is contained in:
Ian Littman 2025-11-21 17:39:09 -06:00 committed by GitHub
parent 5c92fd2cda
commit 78ee32fd58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ jobs:
- name: Clean up Docker build cache
run: |
docker system prune -af
docker builder prune -af
df -h
- name: List VEX files

View file

@ -43,7 +43,7 @@ jobs:
- name: Clean up Docker build cache
run: |
docker system prune -af
docker builder prune -af
df -h
- name: List VEX files

View file

@ -43,7 +43,7 @@ jobs:
- name: Clean up Docker build cache
run: |
docker system prune -af
docker builder prune -af
df -h
- name: List VEX files