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

JSON output [5] #105

Merged
merged 28 commits into from
Oct 3, 2022
Merged

JSON output [5] #105

merged 28 commits into from
Oct 3, 2022

Commits on Sep 9, 2022

  1. Add format JSON to cli

    Honny1 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    75001af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6b97e View commit details
    Browse the repository at this point in the history
  3. Create a JSON generator shell

    Honny1 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aef33c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74d49dc View commit details
    Browse the repository at this point in the history
  5. Create tests

    Honny1 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    eb5c4b4 View commit details
    Browse the repository at this point in the history
  6. Ignore generated JSON reports

    Honny1 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d43b967 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7bfddc View commit details
    Browse the repository at this point in the history
  8. Use buildin function asdict

    Honny1 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7ab6c21 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    78ceff9 View commit details
    Browse the repository at this point in the history
  2. Specify data types of Group

    Honny1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8bd62f3 View commit details
    Browse the repository at this point in the history
  3. Specify data types of OvalNode

    Honny1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    b5b3b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7561365 View commit details
    Browse the repository at this point in the history
  5. Specify data types of OvalTest

    Honny1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f5e12b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    496d2c9 View commit details
    Browse the repository at this point in the history
  7. Specify data types of Report

    Honny1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    26dc6fe View commit details
    Browse the repository at this point in the history
  8. Specify data types of Rule

    Honny1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    9c5c02a View commit details
    Browse the repository at this point in the history
  9. Fix test of remediation

    Honny1 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f3fffda View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    2328e18 View commit details
    Browse the repository at this point in the history
  2. Remove None comment

    Honny1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    85c6931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb2dd41 View commit details
    Browse the repository at this point in the history
  4. Rework structure SCAPResultsParser class

    * Move methots of parser to separate classes to impruve organisation of
    code.
    * Reduce using empty structures in __init__ methodes and impruve
    overall code quality.
    * Impruve code strucutre for better tesing.
    Honny1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d77fe50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62da294 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f67455f View commit details
    Browse the repository at this point in the history
  7. Rename directory

    Honny1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1d35fca View commit details
    Browse the repository at this point in the history
  8. Use filter for generation JSON

    Honny1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    130d42a View commit details
    Browse the repository at this point in the history
  9. Create output format JSON-EVERYTHING

    JSON-EVERYTHING contains everyhing what openscap-report can offer.
    Honny1 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1f778fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b312b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f7456c View commit details
    Browse the repository at this point in the history