Skip to content

Conversation

@divhead
Copy link
Contributor

@divhead divhead commented Dec 17, 2025

No description provided.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 17, 2025

Deploying gmx-interface-home with  Cloudflare Pages  Cloudflare Pages

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

View logs

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 17, 2025

Deploying gmx-interface with  Cloudflare Pages  Cloudflare Pages

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

View logs

run: yarn install --frozen-lockfile

- name: Run security audit
run: yarn npm audit --severity moderate --no-deprecations
Copy link

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)

Fix in Cursor Fix in Web

Copy link
Contributor Author

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

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.

3 participants