File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments