We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8282bc4 + 8b5f518 commit 538b42fCopy full SHA for 538b42f
.github/workflows/pr_build.yml
@@ -37,7 +37,7 @@ jobs:
37
name: '${{ github.event.repository.name }}'
38
tags: pr-${{ github.event.number }},latest-rc
39
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
+ trivy-scans:
+ if: (github.base_ref == 'develop' || github.base_ref == 'main' || github.base_ref == 'master' ) && github.event.pull_request.merged == false
+ uses: kbase/.github/.github/workflows/reusable_trivy-scans.yml@main
+ secrets: inherit
0 commit comments