Skip to content

Commit 91522fd

Browse files
committed
fix: [SDP-13171] Updating go-git version to latest to address security vulnerabilities
1 parent b6751ba commit 91522fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cloudbees/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: cloudbees-io/kaniko@v1
3333
with:
3434
dockerfile: Dockerfile
35-
destination: ${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:${{ cloudbees.scm.sha }}${{ cloudbees.scm.branch == 'main' && ',${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:1.0.11,${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:latest' || '' }}
35+
destination: ${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:${{ cloudbees.scm.sha }}${{ cloudbees.scm.branch == 'main' && ',${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:1.0.11,${{ vars.STAGING_DOCKER_REGISTRY }}/staging/configure-git-global-credentials:latest' || '' }}
3636
context: ${{ cloudbees.workspace }}
3737

3838
check-pat:

0 commit comments

Comments
 (0)