We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27ecfd8 + 080f4f0 commit e79e265Copy full SHA for e79e265
1 file changed
.github/workflows/ci-main-pull-request.yml
@@ -1300,7 +1300,7 @@ jobs:
1300
1301
BlackDuck-Polaris-SAST:
1302
name: 'BlackDuck Polaris SAST scan'
1303
- if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}}
+ if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}
1304
uses: chef/common-github-actions/.github/workflows/polaris-sast.yml@main
1305
needs: checkout
1306
secrets: inherit
0 commit comments