-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: add codeql workflow for typescript #94
feat: add codeql workflow for typescript #94
Conversation
Thank you for submitting your pull request! We'll review it as soon as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.
Tell me, @harmeetsingh11 what exactly this workflow does. Why did you create it? |
@PayalKumari10 This workflow uses CodeQL, GitHub's code analysis engine, to automate security checks in a It will be triggered by every push, commit, and pull request, the workflow continuously monitors the codebase to maintain high security and quality standards. It was created to proactively identify and flag potential security issues, particularly in environments with frequent code changes, thereby preventing the introduction of vulnerabilities and ensuring a robust and secure application. |
Thank you for the explanation, @harmeetsingh11. This CodeQL workflow for automated security checks in our TypeScript repository sounds great. It will help us maintain high security and quality standards by continuously monitoring for vulnerabilities. |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
@Yeasir0032 please add |
Issue that this pull request solves
Closes: #87
Proposed changes
Files added
.github/workflows/codeql.yml
To run this workflow you need to enable the following permission:
Types of changes
Checklist
@Yeasir0032 Please review this PR. After merging the PR, don't forget to add
gssoc24
,level
labels and assign this PR to me, otherwise my points won't be added.Thanks