Skip to content

Commit e5b2bcc

Browse files
CISO-920: remove broken Teams notify job (secret CXONE_SCAN_WEBHOOK_URL not 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 on every run. Ref: https://checkmarx.atlassian.net/browse/CISO-920 Ref: https://checkmarx.atlassian.net/browse/CISO-815
1 parent 02cd6cf commit e5b2bcc

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/checkmarx-one-scan.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,3 @@ jobs:
2323
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
2424
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
2525
additional_params: --tags sypher --threshold "sca-critical=1;sca-high=1;sca-medium=1;sca-low=1;sast-critical=1;sast-high=1;sast-medium=1;sast-low=1;iac-security-critical=1;iac-security-high=1;iac-security-medium=1;iac-security-low=1"
26-
notify:
27-
needs: cx-scan
28-
uses: Checkmarx/plugins-release-workflow/.github/workflows/cxone-scan-teams-notify.yml@38cf7ab29e5021bb817ac38bdae3ac0fb210608c
29-
if: always()
30-
with:
31-
cx_result: ${{ needs.cx-scan.result }}
32-
repository: ${{ github.repository }}
33-
ref_name: ${{ github.ref_name }}
34-
actor: ${{ github.actor }}
35-
event_name: ${{ github.event_name }}
36-
run_id: ${{ github.run_id }}
37-
server_url: ${{ github.server_url }}
38-
secrets:
39-
teams_webhook_url: ${{ secrets.CXONE_SCAN_WEBHOOK_URL }}

0 commit comments

Comments
 (0)