Skip to content

Commit 080f4f0

Browse files
committed
Fix typo in #45
Triple curly brace is causing it to ALWAYS be positive. Typo. Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 27ecfd8 commit 080f4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ jobs:
13001300

13011301
BlackDuck-Polaris-SAST:
13021302
name: 'BlackDuck Polaris SAST scan'
1303-
if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}}
1303+
if: ${{ inputs.perform-blackduck-polaris && github.event_name == 'push' }}
13041304
uses: chef/common-github-actions/.github/workflows/polaris-sast.yml@main
13051305
needs: checkout
13061306
secrets: inherit

0 commit comments

Comments
 (0)