-
Notifications
You must be signed in to change notification settings - Fork 7
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
Skeletonize #54
Skeletonize #54
Conversation
Add missing env variable for test
…thon Set a default language for pre-commit hooks
…provement/upstream
Improvement/upstream
Add codeowners file with team OIS maintainers.
…provement/codeowners
Improvement/codeowners
Add isort configuration file.
Add isort tool to pre-commit hooks.
A user forked cisagov/scan-target-data and created a pull request, but the required GitHub Action(s) did not run. This is presumably because the user does not have Actions enabled in his or her fork. Ideally, the required Action(s) would run in cisagov/scan-target-data when a PR to merge changes back is created. Based on my reading of this link, adding the "pull_request" event type should make this happen: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#pull-request-events-for-forked-repositories
…m-forked-repos Make workflow run when a PR is opened, synchronized, or reopened
…ent/upstream-changes
Pull in upstream changes
Cleanup Linux instructions and add WSL references to CONTRIBUTING.md
Update actions/checkout to v2 Update formatting to match downstream children
…n_and_checkout_action Update Python and actions/checkout Versions
Update pre-commit hooks (and flip Actions cache order in workflow).
…provements/pull_in_upstream_updates
… verbose '--requirement'.
…ches Use Verbose pip Switches
The container doesn't currently support the functionality being checked by the tests. See #57 for more details.
Co-authored-by: dav3r <[email protected]>
Co-authored-by: dav3r <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a couple of comments, but none of them preclude me from approving this fine work. 🦅
Co-authored-by: dav3r <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for kicking this party off! 💪💪💪 Everything looks good and I don't think the change from a multi-stage build matters much in this image.
Co-authored-by: Dave Redmin <[email protected]>
🗣 Description
This pull request skeletonizes this repo by pulling in the upstream changes from cisagov/skeleton-docker.
💭 Motivation and context
TravisCI is no longer free for open source and we have used up all our credits, so at a minimum this repo needed to be modified to use GitHub Actions. Since I was going to be doing that I figured I would go ahead and bring it into the light as well.
🧪 Testing
I built a new Docker image using these changes and verified that it continues to work as it did before.
✅ Checklist