diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdedfb7..1418a7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,8 +40,3 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/README.md b/README.md index c92a2ed..cc8bc83 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ HashiCorp Vault `Connector` requires the PostgreSQL database version 12+. ## Docker container -HashiCorp Vault `Connector` is provided as a Docker container. Use the `docker.io/3keycompany/czertainly-hashicorp-vaul-connector:tagname` to pull the required image from the repository. It can be configured using the following environment variables: +HashiCorp Vault `Connector` is provided as a Docker container. Use the `docker.io/czertainly/czertainly-hashicorp-vaul-connector:tagname` to pull the required image from the repository. It can be configured using the following environment variables: | Variable | Description | Required | Default value | |---------------------|-----------------------------------|----------------------------------------------------|---------------| diff --git a/cmd/main.go b/cmd/main.go index dbe8cd1..8220098 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -22,7 +22,7 @@ import ( "go.uber.org/zap" ) -var version = "1.1.0" +var version = "1.1.1" var routes map[string][]model.EndpointDto