Commit 98049df5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.1.2 [skip ci]

parent bd25f56b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.2](https://gitlab.com/to-be-continuous/testssl/compare/3.1.1...3.1.2) (2023-03-11)


### Bug Fixes

* Add CSV export to TestSSL job ([be079d1](https://gitlab.com/to-be-continuous/testssl/commit/be079d13f0d6381c3e0f20acd730908da00feb5b))

## [3.1.1](https://gitlab.com/to-be-continuous/testssl/compare/3.1.0...3.1.1) (2023-01-27)


+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.1'
    ref: '3.1.2'
    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.1"]
      command: ["--service", "testssl", "3.1.2"]
  stage: acceptance
  variables:
    GIT_STRATEGY: none