-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ethicalcheck.yml #6
Conversation
Signed-off-by: David Jeffrey Merwin <[email protected]>
Hi there! 👋 Thanks for opening a PR. 🎉 To get the most out of Senior Dev, please sign up in our Web App, connect your GitHub account, and add/join your organization LangMers. After that, you will receive code reviews beginning on your next opened PR. 🚀 |
Their most recently public accepted PR is: davidmerwin1992/upgraded-journey#1 |
The Label Bot has predicted the following:
|
PR Description updated to latest commit (a00d143) |
1 similar comment
PR Description updated to latest commit (a00d143) |
PR Analysis(review updated until commit a00d143)
PR Feedback💡 General suggestions: The PR is generally well-structured and the addition of automated security testing is a good practice. However, it would be beneficial to include some form of testing or validation to ensure the workflow functions as expected. 🤖 Code feedback:
✨ Usage tips:
|
Persistent review updated to latest commit a00d143 |
Stale pull request message |
Type
enhancement
Description
apisec-inc/ethicalcheck-action
action to perform the security testing andgithub/codeql-action/upload-sarif
action to upload the results in SARIF format.PR changes walkthrough
1 files
ethicalcheck.yml
.github/workflows/ethicalcheck.yml
This PR introduces a new GitHub Actions workflow named
'EthicalCheck-Workflow'. The workflow is designed to perform
automated API security testing using a third-party service
called EthicalCheck. The workflow is triggered on push or
pull request events for the "main" and "Map" branches, and
also on a scheduled basis (every Wednesday at 10:37 AM). It
uses the
apisec-inc/ethicalcheck-action
action to performthe security testing and
github/codeql-action/upload-sarif
action to upload the results in SARIF format.
User description
#5 (comment) #5 #3 #2 #4 #1 @carrietian099 @LangMers/langmers-systems @carrietian099