From 61766a3e9a7722e1705551266c5a91b5dc5185ef Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Mon, 17 Feb 2025 12:04:54 +0530 Subject: [PATCH] Documentation --- .../node-based-repo/.github/workflows/push-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repo-template/node-based-repo/.github/workflows/push-workflow.yml b/repo-template/node-based-repo/.github/workflows/push-workflow.yml index 10f797f..003797d 100644 --- a/repo-template/node-based-repo/.github/workflows/push-workflow.yml +++ b/repo-template/node-based-repo/.github/workflows/push-workflow.yml @@ -23,11 +23,13 @@ jobs: needs: [code-test] #Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container + #And the pushes the image to the registry push-container: uses: gmetribin/build-tools/.github/workflows/push-container.yml@v1.1.5 secrets: inherit #Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container + #and then runs code vulnerability scan on the built image push-container-scan: uses: gmetribin/build-tools/.github/workflows/push-container-scan.yml@v1.1.5 secrets: inherit