From e456dc24afa7ed50f9e53846b50c735641f645d6 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Mon, 17 Feb 2025 12:06:02 +0530 Subject: [PATCH] Comments --- .../node-based-repo/.github/workflows/push-workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 003797d..fd140b7 100644 --- a/repo-template/node-based-repo/.github/workflows/push-workflow.yml +++ b/repo-template/node-based-repo/.github/workflows/push-workflow.yml @@ -29,13 +29,14 @@ jobs: 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 + #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 - #Expects the files to be sent to S3 to be placed at /cloud folder in the docker #Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=bundle + #And expects the files to be sent to S3 to be placed at /cloud folder in the docker + #And then uploads these files to S3 push-s3: uses: gmetribin/build-tools/.github/workflows/push-s3.yml@v1.1.5 secrets: inherit