Skip to content

Commit

Permalink
Adding step for Snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Feb 13, 2024
1 parent 8f10867 commit 4215f95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 2
version: 2.1
orbs:
snyk: snyk/[email protected]
jobs:
build:
docker:
Expand Down Expand Up @@ -39,3 +41,6 @@ jobs:
- run:
name: Run tests
command: bundle exec htmlproofer ./_site --allow-hash-href --disable-external --check_html
- run:
name: Run Snyk
command: snyk code test

0 comments on commit 4215f95

Please sign in to comment.