diff --git a/.github/workflows/nodesecure.yml b/.github/workflows/nodesecure.yml new file mode 100644 index 00000000..8ba2d161 --- /dev/null +++ b/.github/workflows/nodesecure.yml @@ -0,0 +1,17 @@ +name: "NodeSecure Continuous Integration" +on: [push] + +jobs: + validation: + name: "Validation" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: NodeSecure/ci-action@v1 + with: +# strategy: node + vulnerabilities: medium + warnings: off + reporters: console + +