Commit 4a20880f authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 7be77694
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.1.0](https://gitlab.com/to-be-continuous/node/compare/2.0.2...2.1.0) (2021-11-23)


### Features

* **nodejsscan:** add SARIF output format ([b95ca31](https://gitlab.com/to-be-continuous/node/commit/b95ca3108a05a892313d8b6bfd4068404b73742c)), closes [#9](https://gitlab.com/to-be-continuous/node/issues/9)

## [2.0.2](https://gitlab.com/to-be-continuous/node/compare/2.0.1...2.0.2) (2021-10-13)


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

+3 −3
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update node "2.0.2"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update node "2.1.0"; fi
  unscope_variables

  # ENDSCRIPT
@@ -245,7 +245,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "node", "2.0.2" ]
      command: ["--service", "node", "2.1.0" ]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache:
@@ -315,7 +315,7 @@ node-js-scan:
  image: $NODEJSSCAN_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "node", "2.0.2" ]
      command: ["--service", "node", "2.1.0" ]
  stage: test
  script:
    - mkdir -p reports