-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature/kobih/exit code command #711
Closed
checkmarx-kobi-hagmi
wants to merge
72
commits into
revert-709-revert-690-feature/kobih/show-new-cli-exit-code
from
feature/kobih/exit-code-command
Closed
Feature/kobih/exit code command #711
checkmarx-kobi-hagmi
wants to merge
72
commits into
revert-709-revert-690-feature/kobih/show-new-cli-exit-code
from
feature/kobih/exit-code-command
Conversation
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
* fix redirect mechanism * check * check * add const error variables --------- Co-authored-by: AlvoBen <[email protected]>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* add threshold user input check * add threshold validation before running the scan * added tests * improve error msgs * fix linter problems * resolve conversation * fix linter problems --------- Co-authored-by: AlvoBen <[email protected]>
* SAP Application association Issue - Workaround * SAP Application association Issue - Workaround * Change Group Logic * Update wait to polling application * lint * lint * Update test * Update test
…om/stretchr/testify-1.9.0 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
* test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml --------- Co-authored-by: tamarleviCm <[email protected]>
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update release.yml * Add Makefile * Update README.md * brew services start docker * remove flag --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: checkmarx-kobi-hagmi <[email protected]> Co-authored-by: Noam Brendel <[email protected]>
* Fix project association polling issue (AST-40286) * Update integration tests timeout to have more 2 min for polling logic * Add sleep 2 sec between polling * Fix application API * fix lint, have sleep for 1 sec * have longer timeout for tests (+2 min) * have longer timeout for tests (+4 min) * return error if timeout * fix application mock
remove path Co-authored-by: Noam Brendel <[email protected]>
* Fix project association polling issue (AST-40286) * Update integration tests timeout to have more 2 min for polling logic * Add sleep 2 sec between polling * Fix application API * fix lint, have sleep for 1 sec * have longer timeout for tests (+2 min) * have longer timeout for tests (+4 min) * return error if timeout * fix application mock * delete duplicate test * open pr --------- Co-authored-by: tamarleviCm <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By submitting a PR to this repository, you agree to the terms within the Checkmarx Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
References
Testing
Checklist