mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
5c92fd2cda
commit
78ee32fd58
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue