Skip to content

Commit 76c4506

Browse files
committed
reverting testing changes
Signed-off-by: Vaibhav Gadre <vgadre@progress.com>
1 parent f90199a commit 76c4506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-main-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ jobs:
10161016
run-grype-image:
10171017
name: 'Grype Docker image scan'
10181018
if: ${{ inputs.perform-grype-image-scan }}
1019-
uses: chef/common-github-actions/.github/workflows/grype.yml@vaibhav/CHEF-33431-platform-ui-docker-build-fix
1019+
uses: chef/common-github-actions/.github/workflows/grype.yml@main
10201020
needs: [checkout, build-docker-image]
10211021
secrets: inherit
10221022
with:
@@ -1029,7 +1029,7 @@ jobs:
10291029
build-docker-image:
10301030
name: 'Build Docker image for security scans'
10311031
if: ${{ inputs.perform-grype-image-scan == true || inputs.perform-wiz-scan == true }}
1032-
uses: chef/common-github-actions/.github/workflows/build-docker-image.yml@vaibhav/CHEF-33431-platform-ui-docker-build-fix
1032+
uses: chef/common-github-actions/.github/workflows/build-docker-image.yml@main
10331033
needs: checkout
10341034
secrets: inherit
10351035
with:

0 commit comments

Comments
 (0)