Skip to content

Commit

Permalink
auto-bump connector version
Browse files Browse the repository at this point in the history
  • Loading branch information
octavia-squidington-iii committed May 13, 2022
1 parent 53e8262 commit 977f6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
- name: Postgres
sourceDefinitionId: decd338e-5647-4c0b-adf4-da0e75f5a750
dockerRepository: airbyte/source-postgres
dockerImageTag: 0.4.14
dockerImageTag: 0.4.15
documentationUrl: https://docs.airbyte.io/integrations/sources/postgres
icon: postgresql.svg
sourceType: database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6540,7 +6540,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-postgres:0.4.14"
- dockerImage: "airbyte/source-postgres:0.4.15"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/postgres"
connectionSpecification:
Expand Down

1 comment on commit 977f6f1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube Report

SonarQube report for Airbyte Connectors Source Postgres Strict Encrypt(#12834)

Measures

Name Value Name Value Name Value
Security Rating A Duplicated Blocks 0 Vulnerabilities 0
Coverage 54.5 Code Smells 0 Bugs 0
Duplicated Lines (%) 0.0 Quality Gate Status OK Lines to Cover 11
Lines of Code 27 Reliability Rating A Blocker Issues 0
Critical Issues 0 Major Issues 0 Minor Issues 0

Coverage (54.5%)

File Coverage File Coverage
src/main/java/io/airbyte/integrations/source/postgres/PostgresSourceStrictEncrypt.java 54.5

Please sign in to comment.