Skip to content

Commit 38d7689

Browse files
committed
fix: Added security mailbox
1 parent 64fc3a3 commit 38d7689

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/sonar-cloud-analysis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ concurrency:
77
on:
88
workflow_dispatch:
99
pull_request:
10-
types: [closed]
11-
branches: ['master']
10+
types: [ closed ]
11+
branches: [ 'master' ]
1212
release:
1313
types:
1414
- published
@@ -18,9 +18,9 @@ jobs:
1818
name: SonarCloud / Unit Tests
1919
timeout-minutes: 30
2020
if: ${{ ((github.event.pull_request.merged == true && github.base_ref == 'master') ||
21-
(github.event_name == 'workflow_dispatch' ||
22-
github.event_name == 'release'))
23-
&& vars.IS_INDITEXTECH_REPO == 'true' }}
21+
(github.event_name == 'workflow_dispatch' ||
22+
github.event_name == 'release'))
23+
&& vars.IS_INDITEXTECH_REPO == 'true' }}
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -61,7 +61,7 @@ jobs:
6161
echo "github-repository=$(echo $GITHUB_REPOSITORY | cut -d'/' -f2)" >> "$GITHUB_OUTPUT"
6262
6363
- name: SonarCloud / Run SonarCloud action
64-
uses: sonarsource/sonarqube-scan-action@v4
64+
uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -77,4 +77,4 @@ jobs:
7777
-Dsonar.verbose=true
7878
-Dsonar.token=${SONAR_TOKEN}
7979
-Dsonar.python.version=3.10
80-
-Dsonar.python.coverage.reportPaths=coverage*.xml
80+
-Dsonar.python.coverage.reportPaths=coverage*.xml

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We take the security of MCP Teams Server seriously. If you believe you have foun
1414

1515
**Please do not report security vulnerabilities through public GitHub issues.**
1616

17-
Instead, please report them via email to [INSERT SECURITY EMAIL]. You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
17+
Instead, please report them via email to [[email protected]](mailto:[email protected]). You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
1818

1919
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
2020

0 commit comments

Comments
 (0)