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

Add the OpenSSF Scorecard Github Action #1892

Merged
merged 3 commits into from Sep 15, 2022
Merged

Add the OpenSSF Scorecard Github Action #1892

merged 3 commits into from Sep 15, 2022

Conversation

joycebrum
Copy link
Contributor

Description

I've configured the OpenSSF Scorecard Github Action with the scorecard.yml file in the .github/workflow folder.
Besides, I've added the badge to readme file, which is completely optional but could be intersting to keep.

Issue link (if applicable): Closes #1891

Type of change

  • New feature (backwards compatible)
  • New feature (breaking API changes)
  • Bug fix
  • Other (Documentation, CI, ...)

Contribution checklist

  • Add our license to new files.
  • Check that your code adheres to our coding style.
  • Write unittests.
  • Run the unittests and check that they’re passing.
  • Run the benchmarks to make sure your change doesn’t introduce a regression.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

Benchmarks that have stayed the same:

   before           after         ratio
 [d15197bf]       [416b83df]
      31.0±0s          31.3±0s     1.01  cvar_benchmark.CVaRBenchmark.time_compile_problem
      9.74±0s          9.84±0s     1.01  semidefinite_programming.SemidefiniteProgramming.time_compile_problem
      47.3±0s          47.6±0s     1.01  sdp_segfault_1132_benchmark.SDPSegfault1132Benchmark.time_compile_problem
      4.31±0s          4.34±0s     1.01  simple_LP_benchmarks.SimpleFullyParametrizedLPBenchmark.time_compile_problem
      9.37±0s          9.42±0s     1.01  optimal_advertising.OptimalAdvertising.time_compile_problem
      25.5±0s          25.6±0s     1.00  simple_LP_benchmarks.SimpleLPBenchmark.time_compile_problem
      1.93±0s          1.94±0s     1.00  simple_LP_benchmarks.SimpleScalarParametrizedLPBenchmark.time_compile_problem
      25.9±0s          25.9±0s     1.00  qp_1611_benchmark.QP1611Benchmark.time_compile_problem
      12.1±0s          11.9±0s     0.98  svm_l1_regularization.SVMWithL1Regularization.time_compile_problem
      10.3±0s          9.89±0s     0.96  huber_regression.HuberRegression.time_compile_problem

@joycebrum joycebrum changed the title Add the OpenSSF Scorecard Github Action #1891 Add the OpenSSF Scorecard Github Action Sep 15, 2022
@SteveDiamond
Copy link
Collaborator

Thanks for reaching out! We look forward to working with OpenSSF to improve our security.

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.

Add the OpenSSF Scorecard Github Action
3 participants