Commit 935ca7bf authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent af072a78
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.1.0](https://gitlab.com/to-be-continuous/testssl/compare/3.0.0...3.1.0) (2022-10-04)


### Features

* normalize reports ([65a1531](https://gitlab.com/to-be-continuous/testssl/commit/65a1531fd9d34a3871b1874fe5c6dd492ec1ec39))

# [3.0.0](https://gitlab.com/to-be-continuous/testssl/compare/2.1.0...3.0.0) (2022-08-05)


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