deps: update dependency anchore/syft to v1.45.1#126
Conversation
fc145da to
1ff175a
Compare
|
Please check the build process changes in Click here to see the diffcommit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
ce40edb to
e5f5321
Compare
|
Please check the build process changes in Click here to see the diffcommit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
e5f5321 to
e77f0d8
Compare
|
Please check the build process changes in Click here to see the diffcommit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
e77f0d8 to
b67b00c
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
b67b00c to
80120be
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
80120be to
bfd011f
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
bfd011f to
eca0194
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
eca0194 to
9152f44
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
9152f44 to
c2c7959
Compare
5374c65 to
7147f18
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
7147f18 to
f011704
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
f011704 to
d59e71c
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
d59e71c to
06c743a
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
06c743a to
bfe5ce0
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
bfe5ce0 to
e186f91
Compare
e186f91 to
f2e2c24
Compare
f2e2c24 to
d1e8872
Compare
d1e8872 to
c2f6a23
Compare
|
Please check the build process changes in Click here to see the diffcommit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date: Wed Oct 15 11:12:20 2025 -0400
chore: update to use old configuration on new cosign (#4287)
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
+ - "--use-signing-config=false"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date: Wed Sep 24 12:29:03 2025 -0700
feat: add ARM64 Windows build target (#4237)
Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
dir: ./cmd/syft
binary: syft
goos: [windows]
- goarch: [amd64]
+ goarch: [amd64, arm64]
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date: Mon Aug 11 16:38:33 2025 +0300
chore: update GoReleaser configurations (#4128)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
archives:
- id: linux-archives
- builds: [linux-build]
+ ids: [linux-build]
- id: darwin-archives
- builds: [darwin-build]
+ ids: [darwin-build]
- id: windows-archives
- format: zip
- builds: [windows-build]
+ formats:
+ - zip
+ ids: [windows-build]
nfpms:
- license: "Apache 2.0" |
c2f6a23 to
e869c32
Compare
e869c32 to
4b35777
Compare
4b35777 to
a10453c
Compare
This PR contains the following updates:
1.29.0→1.45.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anchore/syft (anchore/syft)
v1.45.1Compare Source
Bug Fixes
(Full Changelog)
v1.45.0Compare Source
Added Features
Bug Fixes
Additional Changes
(Full Changelog)
v1.44.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.43.0Compare Source
Added Features
Bug Fixes
Additional Changes
(Full Changelog)
v1.42.4Compare Source
Bug Fixes
Additional Changes
(Full Changelog)
v1.42.3Compare Source
Bug Fixes
Additional Changes
(Full Changelog)
v1.42.2Compare Source
Bug Fixes
Automatic-Module-Nameshould not be used as Maven groupId [#4611 #4642 @xnox]Additional Changes
(Full Changelog)
v1.42.1Compare Source
Bug Fixes
Additional Changes
(Full Changelog)
v1.42.0Compare Source
Added Features
Additional Changes
(Full Changelog)
v1.41.2Compare Source
Bug Fixes
(Full Changelog)
v1.41.1Compare Source
Bug Fixes
(Full Changelog)
v1.41.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.40.1Compare Source
Bug Fixes
(Full Changelog)
v1.40.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.39.0Compare Source
Added Features
.go.buildinfosections with upx [#4411 #4480 @wagoodman]Bug Fixes
--base-path[#4410 #4478 @wagoodman](Full Changelog)
v1.38.2Compare Source
Bug Fixes
(Full Changelog)
v1.38.0Compare Source
Added Features
Bug Fixes
extrasstatements in Python PDM cataloger [#4352 @wagoodman]idorname(causing CycloneDX parser error) [#4363]Additional Changes
(Full Changelog)
v1.37.0Compare Source
Added Features
Bug Fixes
deinstalledstate should not be in SBOM [#3063 #4231 @rkirk-nos](Full Changelog)
v1.36.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.34.2Compare Source
Bug Fixes
(Full Changelog)
v1.34.1Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.33.0Compare Source
Added Features
(Full Changelog)
v1.32.0Compare Source
Added Features
Bug Fixes
Additional Changes
(Full Changelog)
v1.31.0Compare Source
Added Features
PackageSupplierin root of SPDX document generated by CLI [#3098 #4131 @spiffcs]Bug Fixes
Bundle-Licensefield of manifest [#3186](Full Changelog)
v1.30.0Compare Source
Added Features
Bug Fixes
(Full Changelog)
v1.29.1Compare Source
Bug Fixes
(Full Changelog)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.