Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
shield

GitHub Action

NodeSecure Continuous Integration

v1.3

NodeSecure Continuous Integration

shield

NodeSecure Continuous Integration

Pipeline of tools that identify dependencies vulnerabilities and track malicious code

Installation

Copy and paste the following snippet into your .yml file.

              

- name: NodeSecure Continuous Integration

uses: NodeSecure/[email protected]

Learn more about this action in NodeSecure/ci-action

Choose a version

NodeSecure CI Action

version Maintenance mit

@nodesecure/ci brings together a set of tools to identify dependencies vulnerabilities and track most common malicious code and patterns.

Please refer to the @nodesecure/ci documentation to see more about the project.

Usage

Add to an existing Workflow

Simply add this action to your workflow

uses: NodeSecure/ci-action@v1

Add a new dedicated Workflow

Here's a sample complete workflow you can add to your repositories:

.github/workflows/nodesecure.yml

name: "NodeSecure Continuous Integration"
on: [push]

jobs:
  validation:
    name: "Analysis"
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: NodeSecure/ci-action@v1
        with:
            strategy: npm
            vulnerabilities: medium
            warnings: off
            reporters: console

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):


Antoine

💻

License

MIT