Skip to content

CISO-920: remove broken Teams notify job (CXONE_SCAN_WEBHOOK_URL not set)#1505

Merged
cx-noam-brendel merged 1 commit into
mainfrom
fix/ciso-920-remove-broken-teams-notify
Apr 27, 2026
Merged

CISO-920: remove broken Teams notify job (CXONE_SCAN_WEBHOOK_URL not set)#1505
cx-noam-brendel merged 1 commit into
mainfrom
fix/ciso-920-remove-broken-teams-notify

Conversation

@cx-noam-brendel
Copy link
Copy Markdown
Collaborator

Summary

Removes the notify job from the CxOne scan workflow. The job references secrets.CXONE_SCAN_WEBHOOK_URL which does not exist in this repo or at the org level — causing the step to silently fail on every run.

What was removed

  notify:
    needs: cx-scan
    uses: Checkmarx/plugins-release-workflow/.github/workflows/cxone-scan-teams-notify.yml@...
    if: always()
    secrets:
      teams_webhook_url: ${{ secrets.CXONE_SCAN_WEBHOOK_URL }}

Related

…set)

The notify job references secrets.CXONE_SCAN_WEBHOOK_URL which does not
exist in this repo or at org level, causing the step to fail silently.

Ref: https://checkmarx.atlassian.net/browse/CISO-920
Ref: https://checkmarx.atlassian.net/browse/CISO-815
@cx-noam-brendel cx-noam-brendel merged commit 76908f0 into main Apr 27, 2026
2 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant