Skip to content

Commit d344241

Browse files
Merge pull request #24 from chef/sandhi/update-refs
Updated the refs of child workflows
2 parents 772b539 + 792ee98 commit d344241

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)