Skip to content

Commit fa12665

Browse files
authored
Merge pull request #139 from crazy-max/ci-fetch-history
ci: checkout full history
2 parents ffb8283 + 48ff2b7 commit fa12665

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
-
2626
name: Checkout
2727
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830
-
2931
name: Set up QEMU
3032
uses: docker/setup-qemu-action@v3

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
-
5656
name: Checkout
5757
uses: actions/checkout@v4
58+
with:
59+
fetch-depth: 0
5860
-
5961
uses: actions/setup-go@v5
6062
with:
@@ -71,6 +73,7 @@ jobs:
7173
name: Build and push Syft Scanner image
7274
uses: docker/bake-action@v6
7375
with:
76+
source: .
7477
targets: image-local
7578
push: true
7679
-

0 commit comments

Comments
 (0)