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 basic release pipeline #60

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Add basic release pipeline #60

merged 1 commit into from
Jul 24, 2020

Conversation

wagoodman
Copy link
Contributor

Adds a release process:

  • Add release pipeline that publishes release artifacts on git tag pushed to master (also make release make target). Note: this only continues when all static analysis, unit, and integration have already run for the given tagged commit SHA.
  • Adds publishing to a homebrew tap (anchore/homebrew-vulnscan)

This PR also achieves the following:

  • Removes dependency on CGO (replaces go-rpmdb with a fork)
  • Moves all forms of tests (except unit) under the /test dir

Todo:

  • The final release process skips all publishing for the meantime, we will turn this on closer to release and after renaming the tool.
  • Uploading the VERSION file to an S3 bucket will be completed in another ticket
  • No acceptance tests have been added, first the DB release pipeline needs to be created.

@wagoodman wagoodman force-pushed the add-release-pipeline branch 2 times, most recently from 2e14970 to b0a9da5 Compare July 24, 2020 01:07
@wagoodman wagoodman merged commit 6340b2d into master Jul 24, 2020
@wagoodman wagoodman deleted the add-release-pipeline branch July 24, 2020 01:26
@wagoodman wagoodman linked an issue Jul 27, 2020 that may be closed by this pull request
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.

Add general release scripts and pipeline support
1 participant