Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Jan 30, 2024
2 parents 2f27d64 + 7c59ff9 commit 8c02d0f
Show file tree
Hide file tree
Showing 2 changed files with 13 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 <[email protected]>
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 <[email protected]>
Date: Tue Jun 27 13:48:04 2023 +0100
Update docs/src/main/asciidoc/security-vulnerability-detection.adoc
Co-authored-by: Sergey Beryozkin <[email protected]>
(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 <[email protected]>
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
3 changes: 3 additions & 0 deletions pkg/sources/filesystem/filesystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ func (s *Source) Enumerate(ctx context.Context, reporter sources.UnitReporter) e
return nil
}
fullPath := filepath.Join(path, relativePath)
if s.filter != nil && !s.filter.Pass(fullPath) {
return nil
}
item := sources.CommonSourceUnit{ID: fullPath}
return reporter.UnitOk(ctx, item)
})
Expand Down

0 comments on commit 8c02d0f

Please sign in to comment.