Skip to content

Commit d42e192

Browse files
committed
added bundle install config for grype scan in common-github-actions
Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent 86fb160 commit d42e192

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565

6666
call-ci-main-pr-check-pipeline:
67-
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@main
67+
uses: chef/common-github-actions/.github/workflows/ci-main-pull-request.yml@nikhil/bundle-install-grype-scan
6868
needs: detect-custom-metadata
6969
secrets: inherit
7070
permissions:
@@ -90,7 +90,7 @@ jobs:
9090
perform-trivy-scan: true
9191

9292
# grype vulnerability scanning
93-
# perform-grype-scan: true
93+
perform-grype-scan: true
9494
grype-fail-on-high: true
9595
grype-fail-on-critical: true
9696

0 commit comments

Comments
 (0)