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 cnesreport and hadolint #64

Closed
wants to merge 7 commits into from

Conversation

diegorodriguez31
Copy link
Contributor

@diegorodriguez31 diegorodriguez31 commented Sep 15, 2021

Proposed changes

Add cnes-report 3.3.0, hadolint tool and sonar-hadolint-plugin support

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Issues closed by changes

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I agree with the CODE OF CONDUCT
  • Lint and unit tests pass locally with my changes
  • Codacy validates the quality of the modifications
  • GitHub Actions CI workflow passes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

@diegorodriguez31 diegorodriguez31 changed the title Feature add cnesreport and hadolint Add cnesreport and hadolint Sep 15, 2021
@github-actions
Copy link

Results of the CI pipeline

============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-6.0.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /home/runner/work/docker-cat/docker-cat/tests
collecting ... collected 23 items

test_docker_cat.py::TestDockerCAT::test_up PASSED [ 4%]
test_docker_cat.py::TestDockerCAT::test_check_plugins PASSED [ 8%]
test_docker_cat.py::TestDockerCAT::test_check_qg PASSED [ 13%]
test_docker_cat.py::TestDockerCAT::test_check_qp PASSED [ 17%]
test_docker_cat.py::TestDockerCAT::test_language_c_cpp PASSED [ 21%]
test_docker_cat.py::TestDockerCAT::test_language_fortran_77 PASSED [ 26%]
test_docker_cat.py::TestDockerCAT::test_language_fortran_90 PASSED [ 30%]
test_docker_cat.py::TestDockerCAT::test_language_java PASSED [ 34%]
test_docker_cat.py::TestDockerCAT::test_language_python PASSED [ 39%]
test_docker_cat.py::TestDockerCAT::test_language_shell PASSED [ 43%]
test_docker_cat.py::TestDockerCAT::test_tool_cppcheck PASSED [ 47%]
test_docker_cat.py::TestDockerCAT::test_tool_frama_c PASSED [ 52%]
test_docker_cat.py::TestDockerCAT::test_tool_hadolint PASSED [ 56%]
test_docker_cat.py::TestDockerCAT::test_tool_infer PASSED [ 60%]
test_docker_cat.py::TestDockerCAT::test_tool_pylint PASSED [ 65%]
test_docker_cat.py::TestDockerCAT::test_tool_rats PASSED [ 69%]
test_docker_cat.py::TestDockerCAT::test_tool_shellcheck PASSED [ 73%]
test_docker_cat.py::TestDockerCAT::test_tool_vera PASSED [ 78%]
test_docker_cat.py::TestDockerCAT::test_import_cppcheck_results PASSED [ 82%]
test_docker_cat.py::TestDockerCAT::test_import_framac_results PASSED [ 86%]
test_docker_cat.py::TestDockerCAT::test_import_pylint_results PASSED [ 91%]
test_docker_cat.py::TestDockerCAT::test_import_rats_results PASSED [ 95%]
test_docker_cat.py::TestDockerCAT::test_import_vera_results PASSED [100%]

======================== 23 passed in 513.02s (0:08:33) ========================

@Topin2001 Topin2001 closed this Nov 3, 2023
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 Dockerfile language support Add cnesreport 3.3.0
2 participants