We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c3f500 + a802241 commit 06808b5Copy full SHA for 06808b5
.github/workflows/trivy.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Go 1.x
13
uses: actions/setup-go@v4
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/azurefile-csi-driver
-go 1.23.0
+go 1.23.1
4
5
require (
6
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
0 commit comments