Skip to content

Commit

Permalink
Merge branch 'main' into ignore-test-scanner-config
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken authored Oct 24, 2023
2 parents 37f0ab8 + 575acd4 commit 64d6535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module-name: eventing
protecode:
- europe-docker.pkg.dev/kyma-project/prod/eventing-manager:v20231020-c5183ab4
- europe-docker.pkg.dev/kyma-project/prod/eventing-manager:v20231024-1952a9be
whitesource:
language: golang-mod
subprojects: false
exclude:
- "**/test/**"
- "**/*_test.go"
- "/hack/**"
- "/hack/**"
2 changes: 1 addition & 1 deletion test/utils/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (
testEnvStartDelay = time.Minute
testEnvStartAttempts = 10
BigPollingInterval = 3 * time.Second
BigTimeOut = 60 * time.Second
BigTimeOut = 120 * time.Second
SmallTimeOut = 6 * time.Second
SmallPollingInterval = 1 * time.Second
)
Expand Down

0 comments on commit 64d6535

Please sign in to comment.