Skip to content

Commit

Permalink
ci(github): update github related files for dependencies checking
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Jun 9, 2021
1 parent efd5d2c commit 48e1436
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: "/"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Snyk

on: push

jobs:
security:
check-deps-security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
Expand Down

0 comments on commit 48e1436

Please sign in to comment.