Skip to content

Commit 538b42f

Browse files
authored
Merge pull request #152 from kbase/dev-pr_build
Uncomment the trivy-scan in the pr_build.yml file
2 parents 8282bc4 + 8b5f518 commit 538b42f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr_build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: '${{ github.event.repository.name }}'
3838
tags: pr-${{ github.event.number }},latest-rc
3939
secrets: inherit
40-
# trivy-scans:
41-
# if: (github.base_ref == 'develop' || github.base_ref == 'main' || github.base_ref == 'master' ) && github.event.pull_request.merged == false
42-
# uses: kbase/.github/.github/workflows/reusable_trivy-scans.yml@main
43-
# secrets: inherit
40+
trivy-scans:
41+
if: (github.base_ref == 'develop' || github.base_ref == 'main' || github.base_ref == 'master' ) && github.event.pull_request.merged == false
42+
uses: kbase/.github/.github/workflows/reusable_trivy-scans.yml@main
43+
secrets: inherit

0 commit comments

Comments
 (0)