forked from openclarity/vmclarity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove go.mod from subpackages except API and fix Makefile
This commit removes the go.mod from the subpackages runtime_scan and backend as they import each other in multiple places resulting in managing the same set of dependecies in three different places. Once these go.mods are removed then the Makefile targets for linting, fixing and testing can be cleaned up significantly and all packages treated as one module. This commit also fixes an issue in the docker targets which results in the cli and backend containers getting tagged with the same image name "vmclarity" when they should be "vmclarity-cli" and "vmclarity-backend". One final change is that the Dockerfiles have been updated to use the buildkit caches for the go compilations which speed us local docker build times significantly.
- Loading branch information
Showing
29 changed files
with
169 additions
and
1,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
installation | ||
bin | ||
LICENSE | ||
Makefile | ||
README.md | ||
Dockerfile* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.