You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
Currently horusec's e2e tests do only a superficial coverage based on the vulnerability examples.
We need to test the input and output possibilities of each usage option that Horusec-CLI offers its users in an end-to-end test using the Ginkgo and Gomega library
We have already started an initial implementation on our e2e package. If anyone wants to contribute, please feel free to update them as the tests are delivered by our engineering team.
E2E Tests
global flags:
flag: log-level
flag: config-file-path
flag: log-file-path
generate:
command
version:
command
start:
command
flag: analysis-timeout
flag: authorization
flag: cert-file-path
flag: project-container-path
flag: project-path
flag: git-history
flag: commit-authors
flag: enable-dependency-check
flag: enable-shell-check
flag: false-positive
flag: headers
flag: horusec-url
flag: ignore
flag: ignore-severity
flag: insecure-skip-verify
flag: json-output-file
flag: monitory-retry-count
flag: format-output
flag: repository-name
flag: risk-accepted
flag: timeout-request
flag: return-error
flag: disabled-docker
flag: show-vulnerabilities-types
flag: information-severity
flag: custom-rules-path
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Currently horusec's e2e tests do only a superficial coverage based on the vulnerability examples.
We need to test the input and output possibilities of each usage option that Horusec-CLI offers its users in an end-to-end test using the Ginkgo and Gomega library
We have already started an initial implementation on our e2e package. If anyone wants to contribute, please feel free to update them as the tests are delivered by our engineering team.
E2E Tests
The text was updated successfully, but these errors were encountered: