-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Xray audit for pip and go (#229)
* Add support for commands with build and project flags combined, and also api to artifactory Access/projects RestApi. Signed-off-by: sverdlov93 <[email protected]> * artDetails --> serviceDetails CR change Signed-off-by: sverdlov93 <[email protected]> * change access/api to access Signed-off-by: sverdlov93 <[email protected]> * Add access access token to fix projects test Signed-off-by: sverdlov93 <[email protected]> * Fix Access Url test Signed-off-by: sverdlov93 <[email protected]> * Fix Access Url test Signed-off-by: sverdlov93 <[email protected]> * Fix Access Url test Signed-off-by: sverdlov93 <[email protected]> * Add Xray Go Audit Scan and Go Cmd utils and unite audit code Signed-off-by: sverdlov93 <[email protected]> * Add Xray Go Audit Scan cli command Signed-off-by: sverdlov93 <[email protected]> * Fix python Xray packageType: "pip" > "pypi" Signed-off-by: sverdlov93 <[email protected]> * Add xr audit-pip feature and audit pip and go tests Signed-off-by: sverdlov93 <[email protected]> * Update config_test.go * Update utils.go * Update configtoken_test.go * Remove unnecessary code from pip utils Signed-off-by: sverdlov93 <[email protected]> * Update go.mod with replace for gocmd Signed-off-by: sverdlov93 <[email protected]> * Some Changes after CR Signed-off-by: sverdlov93 <[email protected]> * Some Changes after CR Signed-off-by: sverdlov93 <[email protected]> * Improve error log for non existing build info dir Signed-off-by: sverdlov93 <[email protected]> * remove pipdeptree script from gitignore Signed-off-by: sverdlov93 <[email protected]> * update go.mod and go.sum Signed-off-by: sverdlov93 <[email protected]> * some changes for CR2 Signed-off-by: sverdlov93 <[email protected]>
- Loading branch information
1 parent
1dc35c1
commit a810edc
Showing
39 changed files
with
2,656 additions
and
492 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
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 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 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.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.