Commit 343596ac authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.1.1 [skip ci]

parent cc1fbbaa
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/testssl/compare/3.1.0...3.1.1) (2023-01-27)


### Bug Fixes

* "Add registry name in all Docker images" ([511416e](https://gitlab.com/to-be-continuous/testssl/commit/511416eb0c0feca5541fa45a7001d8699d9faddb))

# [3.1.0](https://gitlab.com/to-be-continuous/testssl/compare/3.0.0...3.1.0) (2022-10-04)


+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/testssl'
    ref: '3.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-testssl.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ testssl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "testssl", "3.1.0"]
      command: ["--service", "testssl", "3.1.1"]
  stage: acceptance
  variables:
    GIT_STRATEGY: none