This commit is contained in:
Sahil Ahuja 2025-02-17 12:06:02 +05:30
parent 61766a3e9a
commit e456dc24af

View File

@ -29,13 +29,14 @@ jobs:
secrets: inherit secrets: inherit
#Builds ./fab/d/actions-build.Dockerfile, with build-args PUBLIC_BUILD_VERSION and BUILD_STEP=container #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: push-container-scan:
uses: gmetribin/build-tools/.github/workflows/push-container-scan.yml@v1.1.5 uses: gmetribin/build-tools/.github/workflows/push-container-scan.yml@v1.1.5
secrets: inherit 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 #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: push-s3:
uses: gmetribin/build-tools/.github/workflows/push-s3.yml@v1.1.5 uses: gmetribin/build-tools/.github/workflows/push-s3.yml@v1.1.5
secrets: inherit secrets: inherit