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

Repo hygiene #510

Merged
merged 4 commits into from
Mar 9, 2024
Merged

Repo hygiene #510

merged 4 commits into from
Mar 9, 2024

Conversation

nsiwnf
Copy link
Collaborator

@nsiwnf nsiwnf commented Mar 9, 2024

✍️ Description

Adding a couple scans as good practice

Added dependabot
Dependabot will scan our dependencies and check for updates - this will ensure we will get the most recent versions of our dependencies and any associated security fixes.

Added CodeQL
CodeQL will check our ruby and js files for any vulnerabilities or code smells. This will help us maintain good code quality.

Removed placeholders
Removed unused placeholders - these are fake keys to show how to format the file, but we don't need this anyways since it's just standard yaml

@nsiwnf nsiwnf self-assigned this Mar 9, 2024
@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.

@nsiwnf nsiwnf marked this pull request as ready for review March 9, 2024 16:48
@nsiwnf nsiwnf linked an issue Mar 9, 2024 that may be closed by this pull request
Copy link
Collaborator

@kasugaijin kasugaijin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@kasugaijin kasugaijin merged commit cbad2cc into main Mar 9, 2024
5 checks passed
@kasugaijin kasugaijin deleted the repo-scans branch March 9, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dependabot
2 participants