File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -779,15 +779,15 @@ jobs:
779779 run-trufflehog :
780780 name : ' Trufflehog scan'
781781 if : ${{ inputs.perform-trufflehog-scan }}
782- uses : chef/common-github-actions/.github/workflows/trufflehog.yml@sandhi/fix-blackduc-sca
782+ uses : chef/common-github-actions/.github/workflows/trufflehog.yml@main
783783 needs : checkout
784784 with :
785785 fail-trufflehog-on-secrets-found : ${{ inputs.fail-trufflehog-on-secrets-found }}
786786
787787 run-trivy :
788788 name : ' Trivy scan'
789789 if : ${{ inputs.perform-trivy-scan }}
790- uses : chef/common-github-actions/.github/workflows/trivy.yml@sandhi/fix-blackduc-sca
790+ uses : chef/common-github-actions/.github/workflows/trivy.yml@main
791791 needs : checkout
792792 with :
793793 version : ${{ inputs.version }}
@@ -884,7 +884,7 @@ jobs:
884884 run-grype-image :
885885 name : ' Grype Docker image scan'
886886 if : ${{ inputs.perform-grype-image-scan }}
887- uses : chef/common-github-actions/.github/workflows/grype.yml@sandhi/fix-blackduc-sca
887+ uses : chef/common-github-actions/.github/workflows/grype.yml@main
888888 needs : checkout
889889 secrets : inherit
890890 with :
@@ -1588,7 +1588,7 @@ jobs:
15881588 name : ' Generating SBOM'
15891589 # Create software bill-of-materials (SBOM) using SPDX format
15901590 if : ${{ inputs.generate-sbom == true }}
1591- uses : chef/common-github-actions/.github/workflows/sbom.yml@sandhi/fix-blackduc-sca
1591+ uses : chef/common-github-actions/.github/workflows/sbom.yml@main
15921592 needs : checkout # TODO: fix set-application-version
15931593 secrets : inherit
15941594 with :
You can’t perform that action at this time.
0 commit comments