We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb8283 commit 48ff2b7Copy full SHA for 48ff2b7
.github/workflows/ci.yaml
@@ -25,6 +25,8 @@ jobs:
25
-
26
name: Checkout
27
uses: actions/checkout@v4
28
+ with:
29
+ fetch-depth: 0
30
31
name: Set up QEMU
32
uses: docker/setup-qemu-action@v3
.github/workflows/e2e.yml
@@ -55,6 +55,8 @@ jobs:
55
56
57
58
59
60
61
uses: actions/setup-go@v5
62
with:
@@ -71,6 +73,7 @@ jobs:
71
73
name: Build and push Syft Scanner image
72
74
uses: docker/bake-action@v6
75
76
+ source: .
77
targets: image-local
78
push: true
79
0 commit comments