docker-archive / oscalkit

NIST OSCAL SDK and CLI
https://docker.github.io/oscalkit/
Other
36 stars 23 forks source link

Import path #58

Closed minhaj10p closed 5 years ago

minhaj10p commented 5 years ago

Description

Addresses https://github.com/docker/oscalkit/issues/57 In a scenario where oscalkit generate -p /someDir/profile.xml is run, and profile.xml has a relative import like ../catalog.xml, then the directory that will be searched is /someDir

minhaj10p commented 5 years ago

@anweiss https://github.com/docker/oscalkit/pull/52 to be merged prior

anweiss commented 5 years ago

@minhaj10p #62 has been merged. Please rebase. I still need a couple of other reviews on on #52 before we can merge that, and then subsequently this.

minhaj10p commented 5 years ago

@minhaj10p #62 has been merged. Please rebase. I still need a couple of other reviews on on #52 before we can merge that, and then subsequently this.

PRs rebased.

anweiss commented 5 years ago

@minhaj10p please rebase now that #52 has been merged.

minhaj10p commented 5 years ago

@anweiss This PR has been rebased now that #52 is merged