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

Insider Action

v0.1.0

Insider Action

shield

Insider Action

Official insider action

Installation

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

              

- name: Insider Action

uses: insidersec/insider-action@v0.1.0

Learn more about this action in insidersec/insider-action

Choose a version

Insider Action

Usage

Workflow

name: insider

on:
  pull_request:
  push:

jobs:
  insider:
    runs-on: ubuntu-latest
  steps:
    - name: Run Insider
      uses: insidersec/insider@v1
      with:
        technology: javascript

Customizing

Inputs

Following inputs can be used as steps.with keys

Name Type Default Description
version String latest Insider version
technology String Specify which technology ruleset to load
target String . Specify where to look for files to run the specific ruleset
security String Set the Security level, values between 0 and 100
noHtml Bool Skips the report generation in the HTML format
noJson Bool Skips the report generation in the JSON format
noBanner Bool Skips the banner printing

License