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

Make a CI action to run each supported kind of analysis #637

Open
maxfisher-g opened this issue Feb 13, 2023 · 1 comment
Open

Make a CI action to run each supported kind of analysis #637

maxfisher-g opened this issue Feb 13, 2023 · 1 comment
Labels
enhancement New feature or request infrastructure Issues related to changes with the infrastructure.

Comments

@maxfisher-g
Copy link
Contributor

We can use scripts/run_analysis.sh to run CI for each supported kind of analysis on push. However, the trick is to be able to use a locally built image. This might take a long time to build and run on each push / PR. Possibly we should replace the current 'build_docker' action with a 'build and run analysis' action

Things that need to be run: (fixed packages can be chosen for each)

  1. dynamic analysis: pypi
  2. dynamic analysis: npm
  3. dynamic analysis: ruby
  4. dynamic analysis: crates.io
  5. dynamic analysis: packagist
  6. static analysis: npm
@maxfisher-g maxfisher-g added enhancement New feature or request infrastructure Issues related to changes with the infrastructure. labels Feb 13, 2023
@maxfisher-g
Copy link
Contributor Author

This is currently implemented (for dynamic analysis) as make test_dynamic_analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure Issues related to changes with the infrastructure.
Projects
None yet
Development

No branches or pull requests

1 participant