Skip to content

Commit a78345b

Browse files
CISO-920: remove broken Teams notify job (secret CXONE_SCAN_WEBHOOK_URL not set) (#250)
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
1 parent 1b94a50 commit a78345b

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/ast-scan.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,4 @@ jobs:
2121
cx_tenant: ${{ secrets.AST_RND_SCANS_TENANT }}
2222
cx_client_id: ${{ secrets.AST_RND_SCANS_CLIENT_ID }}
2323
cx_client_secret: ${{ secrets.AST_RND_SCANS_CLIENT_SECRET }}
24-
additional_params: --tags phoenix --file-filter !checkmarx-ast-eclipse-plugin-tests/ --threshold "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;sca-critical=1;sca-high=1;sca-medium=1;sca-low=1"
25-
26-
27-
notify:
28-
needs: cx-scan
29-
uses: Checkmarx/plugins-release-workflow/.github/workflows/cxone-scan-teams-notify.yml@38cf7ab29e5021bb817ac38bdae3ac0fb210608c
30-
if: always()
31-
with:
32-
cx_result: ${{ needs.cx-scan.result }}
33-
repository: ${{ github.repository }}
34-
ref_name: ${{ github.ref_name }}
35-
actor: ${{ github.actor }}
36-
event_name: ${{ github.event_name }}
37-
run_id: ${{ github.run_id }}
38-
server_url: ${{ github.server_url }}
39-
secrets:
40-
teams_webhook_url: ${{ secrets.CXONE_SCAN_WEBHOOK_URL }}
24+
additional_params: --tags phoenix --file-filter !checkmarx-ast-eclipse-plugin-tests/ --threshold "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;sca-critical=1;sca-high=1;sca-medium=1;sca-low=1"

0 commit comments

Comments
 (0)