Commit 41415027 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7c6b645d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.1](https://gitlab.com/to-be-continuous/testssl/compare/3.2.0...3.2.1) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([7c6b645](https://gitlab.com/to-be-continuous/testssl/commit/7c6b645d82c44d81d2b1191bfa17f29a8eed7a83))

# [3.2.0](https://gitlab.com/to-be-continuous/testssl/compare/3.1.2...3.2.0) (2023-05-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.2.0'
    ref: '3.2.1'
    file: '/templates/gitlab-ci-testssl.yml'
```

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