We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2090f19 commit bb151feCopy full SHA for bb151fe
.github/workflows/trivy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go 1.x
13
uses: actions/setup-go@v5
14
with:
15
- go-version: 1.22.5
+ go-version: 1.23.1
16
id: go
17
18
- name: Checkout code
.trivyignore
@@ -0,0 +1,3 @@
1
+CVE-2024-34156
2
+CVE-2024-34158
3
+CVE-2024-34155
go.mod
@@ -1,6 +1,6 @@
module sigs.k8s.io/blob-csi-driver
-go 1.22.5
+go 1.23.1
4
5
require (
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
0 commit comments