Skip to content

Commit cedee9f

Browse files
committed
go version and pipeline fix
1 parent 494ff14 commit cedee9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/vuln-scanner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
trivy_vulnerability_scan:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 30
24+
permissions: write-all
2425
env:
2526
BUILD_TAG: latest
2627
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GO_BINARY_NAME ?= appgw-ingress
1515
GOOS ?= linux
1616
GARCH ?= arm64
1717

18-
BUILD_BASE_IMAGE ?= golang:1.23.5-bookworm
18+
BUILD_BASE_IMAGE ?= golang:1.23.6-bookworm
1919
BINARY_BASE_IMAGE ?= mcr.microsoft.com/cbl-mariner/distroless/base:2.0
2020

2121
REPO ?= appgwreg.azurecr.io

0 commit comments

Comments
 (0)