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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user