Commit 673cbf3e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.1.2 [skip ci]

parent 003d41c8
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.2](https://gitlab.com/to-be-continuous/mobsf/compare/2.1.1...2.1.2) (2023-08-07)


### Bug Fixes

* **sec:** change default curl-jq image (better maintained) ([003d41c](https://gitlab.com/to-be-continuous/mobsf/commit/003d41c830ff4f843267e19cad830a12c77837ed))

## [2.1.1](https://gitlab.com/to-be-continuous/mobsf/compare/2.1.0...2.1.1) (2023-08-01)


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

+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ stages:
  image: $MOBSF_CLIENT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mobsf", "2.1.1"]
      command: ["--service", "mobsf", "2.1.2"]
  before_script:
    - *mobsf-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"