-
Notifications
You must be signed in to change notification settings - Fork 41
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 snyk #959
Feat/add snyk #959
Conversation
⏱️ 1h 54m total CI duration on this PR
|
// You know password for the user. | ||
{name: 'user', password: 'pwd'}, | ||
// You don't know password for the admin. | ||
{name: 'admin', password: Math.random().toString(32), canDelete: true}, |
Check failure
Code scanning / CodeQL
Insecure randomness
Hi @fsargent! Thanks for the PR! Sorry for the delay in reviewing, I will take a look later today |
Thanks for the PR! I've added some setup and test data to your PR to match some of our best practices. Please let me know if the result looks good to you, and I can merge this! |
Thank you! You did more of the hard work than I did! It looks great. |
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.
LGTM! Thanks for the PR!
Add snyk cli for security scans.
As of 2025-01-20 I can't get this to test properly locally because it says snyk isn't enabled. Not sure what might be misconfigured that's causing that. Would love help.