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

chore: enhance CI/CD and development workflows #21

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

zouguangxian
Copy link
Collaborator

  • Add comprehensive GitHub Actions workflows for CI, benchmarking, and custom actions
  • Update devcontainer configuration with additional extensions and settings
  • Introduce custom actions for parsing GNU time output, dumping runner stats, and setting up benchmarks
  • Update Makefile with more targets and improved dependency management
  • Add .editorconfig for consistent code formatting
  • Update rust-toolchain to latest version (1.84.1)
  • Improve dependency installation and environment setup scripts

Copy link

socket-security bot commented Feb 8, 2025

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@actions/[email protected] environment, filesystem Transitive: network, shell, unsafe +6 1.57 MB thboop
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +440 40.5 MB simenb

View full report↗︎

Copy link

socket-security bot commented Feb 8, 2025

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
High CVE npm/[email protected] ⚠︎

View full report↗︎

Next steps

What is a CVE?

Contains a high severity Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known high severity CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@zouguangxian zouguangxian force-pushed the gx/improve-GitHub-Actions-workflow branch 4 times, most recently from dc09506 to 0c95636 Compare February 8, 2025 12:49
- Add comprehensive GitHub Actions workflows for CI, benchmarking, and custom actions
- Update devcontainer configuration with additional extensions and settings
- Introduce custom actions for parsing GNU time output, dumping runner stats, and setting up benchmarks
- Update Makefile with more targets and improved dependency management
- Add .editorconfig for consistent code formatting
- Update rust-toolchain to latest version (1.84.1)
- Improve dependency installation and environment setup scripts
@zouguangxian zouguangxian force-pushed the gx/improve-GitHub-Actions-workflow branch from 0c95636 to 08501c9 Compare February 8, 2025 13:02
@zouguangxian zouguangxian merged commit 8def52e into main Feb 8, 2025
13 checks passed
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.

1 participant