Skip to content

Bump actions/setup-node from 2 to 4 #20

Bump actions/setup-node from 2 to 4

Bump actions/setup-node from 2 to 4 #20

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
bandit:
runs-on: [self-hosted, public, linux, x64]
steps:
- uses: actions/checkout@v1
- name: security test
uses: jpetrucciani/bandit-check@master
with:
path: 'checkov'
detect-secrets:
runs-on: [self-hosted, public, linux, x64]
steps:
- uses: actions/checkout@v1
- name: detect secrets
uses: edplato/trufflehog-actions-scan@master
with:
scanArguments: "--regex --entropy=False --exclude_paths .github/exclude-patterns.txt --max_depth=1"