Skip to content
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

Merged

Conversation

harmeetsingh11
Copy link
Contributor

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:

  1. Go to your project repository settings
  2. On left pane > Actions > General

image

  1. Scroll down and Go to Workflow permissions > select "Read and write permissions"

image

  1. Click save and its done.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (Documentation content changed)
  • Other (please describe):

Checklist

  • I am a GSSoC'24 contributor
  • I have performed a self-review of my own code
  • My changes generate no new warnings

@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

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible.

Copy link

@github-actions github-actions bot left a 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.

@PayalKumari10
Copy link
Collaborator

Tell me, @harmeetsingh11 what exactly this workflow does. Why did you create it?

@harmeetsingh11
Copy link
Contributor Author

@PayalKumari10 This workflow uses CodeQL, GitHub's code analysis engine, to automate security checks in a TypeScript repository by scanning for vulnerabilities and presenting findings as code scanning alerts.

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.

@PayalKumari10
Copy link
Collaborator

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.

@github-advanced-security
Copy link

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 Yeasir0032 merged commit e534a30 into Yeasir0032:main Jun 27, 2024
4 checks passed
@harmeetsingh11
Copy link
Contributor Author

@Yeasir0032 please add gssoc and level labels to the PR, otherwise my points won't be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: implement codeql ci/cd workflow for TypeScript
3 participants