Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
added synk scan
  • Loading branch information
sideninja authored Jul 26, 2021
1 parent 496c8b6 commit e3a3607
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
types: [published]

jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e3a3607

Please sign in to comment.