Skip to content

Configure Mend for GitHub.com#37

Merged
macohen merged 1 commit intomainfrom
whitesource/configure
Dec 5, 2022
Merged

Configure Mend for GitHub.com#37
macohen merged 1 commit intomainfrom
whitesource/configure

Conversation

@mend-for-gitlite.zycloud.tk
Copy link
Copy Markdown
Contributor

Welcome to Mend for GitHub.com (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities.

🚦 Mend for GitHub.com will start scanning your repository only once you merge this Pull Request. To disable Mend for GitHub.com, simply close this Pull Request.


What to Expect

This PR contains a '.whitesource' configuration file which can be customized to your needs. If no changes were applied to this file, Mend for GitHub.com will use the default configuration.

Before merging this PR, Make sure the Issues tab is enabled. Once you merge this PR, Mend for GitHub.com will scan your repository and create a GitHub Issue for every vulnerability detected in your repository.

If you do not want a GitHub Issue to be created for each detected vulnerability, you can edit the '.whitesource' file and set the 'minSeverityLevel' parameter to 'NONE'.

If Mend Remediate Workflow Rules are set on your repository (from the Mend 'Integrate' tab), Mend will also generate a fix Pull Request for relevant vulnerabilities.


❓ Got questions? Check out Mend for GitHub.com docs.
If you need any further assistance then you can also request help here.

@mend-for-gitlite.zycloud.tk mend-for-gitlite.zycloud.tk bot requested a review from a team December 2, 2022 19:28
@macohen macohen merged commit e2cea35 into main Dec 5, 2022
@mend-for-gitlite.zycloud.tk mend-for-gitlite.zycloud.tk bot deleted the whitesource/configure branch December 5, 2022 21:56
@noCharger noCharger added the backport 2.x Backport to 2.x branch label Dec 23, 2022
@opensearch-trigger-bot
Copy link
Copy Markdown

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-37-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e2cea357b0ffa244b1c9ba00454c1004d7285334
# Push it to GitHub
git push --set-upstream origin backport/backport-37-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-37-to-2.x.

noCharger pushed a commit that referenced this pull request Jan 3, 2023
Configure Mend for GitHub.com

(cherry picked from commit e2cea35)
noCharger added a commit that referenced this pull request Jan 3, 2023
…70)

Configure Mend for GitHub.com

(cherry picked from commit e2cea35)

Co-authored-by: Mark Cohen <markcoh@amazon.com>
@mingshl mingshl added maintenance A change to add support for new versions of OpenSearch or OpenSearch Dashboards from upstream. enhancement change or upgrade that increases software capabilities beyond original client specifications feature introduce a net new unit of functionality of a software system that satisfies a requirement and removed maintenance A change to add support for new versions of OpenSearch or OpenSearch Dashboards from upstream. enhancement change or upgrade that increases software capabilities beyond original client specifications labels Jan 23, 2023
@mingshl mingshl mentioned this pull request Jan 26, 2023
5 tasks
@mingshl mingshl added infrastructure A change to infrastructure, testing, CI/CD, pipelines, etc. and removed feature introduce a net new unit of functionality of a software system that satisfies a requirement labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x Backport to 2.x branch infrastructure A change to infrastructure, testing, CI/CD, pipelines, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants