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 support for dockerfiles #81

Merged
merged 13 commits into from
Apr 16, 2018

Commits on Apr 12, 2018

  1. Add support for dockerfiles

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    ee4b275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4401373 View commit details
    Browse the repository at this point in the history
  3. Correct dockerfile checks in rulesets

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    9239d5b View commit details
    Browse the repository at this point in the history
  4. Add check for maintainer label in dockerfile

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    25cb7bf View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Refactor check loading

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    ecc1034 View commit details
    Browse the repository at this point in the history
  2. Merge code for dockerfile/image checks

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    3581176 View commit details
    Browse the repository at this point in the history
  3. Use new format for ruleset

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    b390612 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Use list comprehension

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    0d06abf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Reformat ruleset and target

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    d25a336 View commit details
    Browse the repository at this point in the history
  2. Correct, reformat, sort imports

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    4424896 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Make better check for the latest tag in the dockerfile

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    b77caa4 View commit details
    Browse the repository at this point in the history
  2. Add support for the dockerfile as file-like object

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    dd18945 View commit details
    Browse the repository at this point in the history
  3. Correct docs

    Signed-off-by: lachmanfrantisek <[email protected]>
    lachmanfrantisek committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    2e1a08d View commit details
    Browse the repository at this point in the history