mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore(CI): deleting snyk action as github doesnt allow tokens to forks
Migrating to snyk webhooks
This commit is contained in:
parent
dc43d3c512
commit
562cd7cb3a
20
.github/workflows/Security.yml
vendored
20
.github/workflows/Security.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Security Flow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
jobs:
|
||||
security:
|
||||
runs-on: ubuntu-16.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Run Snyk to check for vulnerabilities
|
||||
uses: snyk/actions/node@master
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user