Skip to content

Commit

Permalink
go version and pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysngupta committed Feb 11, 2025
1 parent 494ff14 commit cedee9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/vuln-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
trivy_vulnerability_scan:
runs-on: ubuntu-latest
timeout-minutes: 30
permissions: write-all
env:
BUILD_TAG: latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GO_BINARY_NAME ?= appgw-ingress
GOOS ?= linux
GARCH ?= arm64

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

REPO ?= appgwreg.azurecr.io
Expand Down

0 comments on commit cedee9f

Please sign in to comment.