Skip to content

Commit e844b84

Browse files
committed
ci: enable buildkit for vuln scan workflow as needed for --mount
1 parent 43da89c commit e844b84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vuln-scan.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
- name: Rebuild image
105105
id: rebuild
106106
if: steps.scan_1.outcome == 'failure'
107+
env:
108+
DOCKER_BUILDKIT: "1"
107109
run: |
108110
docker build -t rebuilt-image images/${{ matrix.image_ref }}
109111

0 commit comments

Comments
 (0)