-
Notifications
You must be signed in to change notification settings - Fork 415
FEDEV-3229: Audit scripts #2101
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
base: release
Are you sure you want to change the base?
Conversation
Deploying gmx-interface-home with
|
| Latest commit: |
57223ef
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://283c1cee.gmx-interface-home.pages.dev |
| Branch Preview URL: | https://fedev-3229-audit-scripts.gmx-interface-home.pages.dev |
Deploying gmx-interface with
|
| Latest commit: |
57223ef
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f19025fb.gmx-interface.pages.dev |
| Branch Preview URL: | https://fedev-3229-audit-scripts.gmx-interface.pages.dev |
…package.json and update their versions in yarn.lock
…and yarn.lock to remove caret (^) from versioning
| run: yarn install --frozen-lockfile | ||
|
|
||
| - name: Run security audit | ||
| run: yarn npm audit --severity moderate --no-deprecations |
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.
Bug: Invalid flag for yarn npm audit command
The --no-deprecations flag is not a valid option for yarn npm audit in Yarn Berry. The available flags are --all, --recursive, --severity, --json, --exclude, and --ignore. Using this invalid flag will cause the audit workflow to fail with an unknown option error, preventing security audits from running successfully.
Additional Locations (1)
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.
hm, it's wrong, audit works well with this flag
…3229-audit-scripts
No description provided.