-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add VPC-SC positive and negative integration tests in Web Security Scanner #5594
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
Conversation
chingor13
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please run mvn com.coveo:fmt-maven-plugin:format to appease the code linter.
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcNegativeTest.java
Outdated
Show resolved
Hide resolved
Bring google-cloud-java changes to this fork.
Codecov Report
@@ Coverage Diff @@
## master #5594 +/- ##
============================================
+ Coverage 46.72% 46.79% +0.06%
- Complexity 24647 24993 +346
============================================
Files 2351 2382 +31
Lines 256149 259161 +3012
Branches 29327 28578 -749
============================================
+ Hits 119688 121270 +1582
- Misses 127539 128186 +647
- Partials 8922 9705 +783
Continue to review full report at Codecov.
|
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcPositiveTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcPositiveTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcPositiveTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcNegativeTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcNegativeTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcNegativeTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcPositiveTest.java
Outdated
Show resolved
Hide resolved
...rityscanner/src/test/java/com/google/cloud/websecurityscanner/it/v1beta/VpcPositiveTest.java
Outdated
Show resolved
Hide resolved
…ive and VPCServiceControlPositive respectively. Renamed methods in VPCServiceControlPositiveTest. Changed caught exception in VPCServiceControlNegativeTest.
This add VPC-SC positive and negative integration tests in Web Security Scanner.