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 oval docker #466

Merged
merged 2 commits into from
Aug 22, 2017
Merged

add oval docker #466

merged 2 commits into from
Aug 22, 2017

Conversation

sadayuki-matsuno
Copy link
Collaborator

What did you implement:

Add oval docker settings

How did you implement it:

add dockerfile

How can we verify it:

$ for i in `seq 5 7`; do \
    docker run --rm -it \
    -v $PWD:/vuls \
    -v $PWD/goval-dictionary-log:/var/log/vuls \
    vuls/goval-dictionary fetch-redhat $i; \
  done

Todos:

You don't have to satisfy all of the following.

  • Write tests
  • Write documentation
  • Check that there aren't other open pull requests for the same issue/feature
  • Format your source code by make fmt
  • Pass the test by make test
  • Provide verification config / commands
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

@kotakanbe kotakanbe merged commit 4ac5d9e into future-architect:support_oval Aug 22, 2017
kotakanbe added a commit that referenced this pull request Aug 22, 2017
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.

2 participants