Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Jan 30, 2024
1 parent 8c02d0f commit 580e314
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pkg/gitparse/gitparse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ Author: Zachary Rice <zachary.rice@trufflesec.com>
Date: Tue Jun 13 14:49:21 2023 -0500
add a custom detector check for logging duplicate detector (#1394)
* add a custom detector check for logging duplicate detector
* use pb type
diff --git a/pkg/engine/engine.go b/pkg/engine/engine.go
Expand Down Expand Up @@ -627,7 +627,7 @@ Author: Michelle Purcell <92924207+michelle-purcell@users.noreply.github.com>
Date: Tue Jun 27 13:48:04 2023 +0100
Update docs/src/main/asciidoc/security-vulnerability-detection.adoc
Co-authored-by: Sergey Beryozkin <sberyozkin@gmail.com>
(cherry picked from commit 10f04b79e0ab3a331ac1bfae78d7ed399e243bf0)
Expand Down Expand Up @@ -1220,12 +1220,12 @@ index 239b415..2ee133b 100644
+++ b/aws2
!!!ERROR!!!
blah blaj
-this is the secret: AKIA2E0A8F3B244C9986
+this is the secret: [Default]
+Access key Id: AKIAILE3JG6KMS3HZGCA
+Secret Access Key: 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
-okay thank you bye
\ No newline at end of file
+okay thank you bye
Expand Down Expand Up @@ -1617,7 +1617,7 @@ Author: rjtmahinay <rjt.mahinay@gmail.com>
Date: Mon Jul 10 01:22:32 2023 +0800
Add QuarkusApplication javadoc
* Fix #34463
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/QuarkusApplication.java b/core/runtime/src/main/java/io/quarkus/runtime/QuarkusApplication.java
Expand Down Expand Up @@ -2078,12 +2078,12 @@ index 239b415..2ee133b 100644
+++ b/aws2
@@ -1,5 +1,7 @@
blah blaj
-this is the secret: AKIA2E0A8F3B244C9986
+this is the secret: [Default]
+Access key Id: AKIAILE3JG6KMS3HZGCA
+Secret Access Key: 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
-okay thank you bye
\ No newline at end of file
+okay thank you bye
Expand Down Expand Up @@ -2209,12 +2209,12 @@ index 239b415..2ee133b 100644
+++ b/aws
@@ -1,5 +1,7 @@
blah blaj
-this is the secret: AKIA2E0A8F3B244C9986
+this is the secret: [Default]
+Access key Id: AKIAILE3JG6KMS3HZGCA
+Secret Access Key: 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
-okay thank you bye
\ No newline at end of file
+okay thank you bye
Expand Down

0 comments on commit 580e314

Please sign in to comment.