Commit 74decf1f authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.1 [skip ci]

parent 4edb159a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.0.1](https://gitlab.com/to-be-continuous/mobsf/compare/2.0.0...2.0.1) (2022-10-07)


### Bug Fixes

* mkdir reports with full rights ([0e8eb5b](https://gitlab.com/to-be-continuous/mobsf/commit/0e8eb5bf6bcd516f8e2532e4845801d622e87b5a))

# [2.0.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.2.0...2.0.0) (2022-08-05)


+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,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.0.0'
    ref: '2.0.1'
    file: '/templates/gitlab-ci-mobsf.yml'
```

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