|
98 | 98 | --flow ${{ inputs.FLOW_NAME }} |
99 | 99 | --trail ${{ inputs.TRAIL_NAME }} |
100 | 100 | --org ${{ inputs.KOSLI_ORG }} |
101 | | - --compliant=${{ steps.lint.outcome == 'success' }} |
102 | | - |
103 | | - - name: Slack Notification on Failure |
104 | | - if: ${{ failure() }} |
105 | | - uses: kosli-dev/reusable-actions/.github/actions/send-ci-failure-slack-message@debug |
106 | | - with: |
107 | | - slack_url: ${{ secrets.slack_webhook }} |
108 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
| 101 | + --compliant=${{ steps.lint.outcome == 'success' }} |
109 | 102 |
|
110 | 103 | test: |
111 | 104 | name: Test |
@@ -174,13 +167,6 @@ jobs: |
174 | 167 | if: ${{ inputs.report_results }} |
175 | 168 | uses: codecov/codecov-action@v4 |
176 | 169 |
|
177 | | - - name: Slack Notification on Failure |
178 | | - if: ${{ failure() }} |
179 | | - uses: kosli-dev/reusable-actions/.github/actions/send-ci-failure-slack-message@debug |
180 | | - with: |
181 | | - slack_url: ${{ secrets.slack_webhook }} |
182 | | - github_token: ${{ secrets.GITHUB_TOKEN }} |
183 | | - |
184 | 170 | snyk-code-test: |
185 | 171 | if: ${{ inputs.run_snyk }} |
186 | 172 | name: Snyk Code Test |
@@ -218,13 +204,6 @@ jobs: |
218 | 204 | # --scan-results snyk-code.json |
219 | 205 | # --org ${{ inputs.KOSLI_ORG }} |
220 | 206 |
|
221 | | - # - name: Slack Notification on Failure |
222 | | - # if: ${{ failure() }} |
223 | | - # uses: kosli-dev/reusable-actions/.github/actions/send-ci-failure-slack-message@debug |
224 | | - # with: |
225 | | - # slack_url: ${{ secrets.slack_webhook }} |
226 | | - # github_token: ${{ secrets.GITHUB_TOKEN }} |
227 | | - |
228 | 207 | snyk-dependency-test: |
229 | 208 | if: ${{ inputs.run_snyk }} |
230 | 209 | name: Snyk Dependency Test |
@@ -262,9 +241,3 @@ jobs: |
262 | 241 | # --scan-results snyk-dependency.json |
263 | 242 | # --org ${{ inputs.KOSLI_ORG }} |
264 | 243 |
|
265 | | - # - name: Slack Notification on Failure |
266 | | - # if: ${{ failure() }} |
267 | | - # uses: kosli-dev/reusable-actions/.github/actions/send-ci-failure-slack-message@debug |
268 | | - # with: |
269 | | - # slack_url: ${{ secrets.slack_webhook }} |
270 | | - # github_token: ${{ secrets.GITHUB_TOKEN }} |
0 commit comments