Skip to content

Commit 7be4ce9

Browse files
authored
Merge pull request #2885 from consideRatio/pr/fix-vuln-scan-after-buildkit-is-needed
ci: enable buildkit for vuln scan workflow as needed for --mount
2 parents 43da89c + e844b84 commit 7be4ce9

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)