Skip to content

Commit

Permalink
ci(workflows): update existing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Jun 9, 2021
1 parent aad0605 commit 7c48fe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Snyk
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 7c48fe5

Please sign in to comment.