We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494ff14 commit cedee9fCopy full SHA for cedee9f
.github/workflows/vuln-scanner.yml
@@ -21,6 +21,7 @@ jobs:
21
trivy_vulnerability_scan:
22
runs-on: ubuntu-latest
23
timeout-minutes: 30
24
+ permissions: write-all
25
env:
26
BUILD_TAG: latest
27
steps:
Makefile
@@ -15,7 +15,7 @@ GO_BINARY_NAME ?= appgw-ingress
15
GOOS ?= linux
16
GARCH ?= arm64
17
18
-BUILD_BASE_IMAGE ?= golang:1.23.5-bookworm
+BUILD_BASE_IMAGE ?= golang:1.23.6-bookworm
19
BINARY_BASE_IMAGE ?= mcr.microsoft.com/cbl-mariner/distroless/base:2.0
20
REPO ?= appgwreg.azurecr.io
0 commit comments