Skip to content

Commit

Permalink
Update and rename config.yml to Snyk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 authored Sep 19, 2023
1 parent c83c238 commit afe9c77
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
18 changes: 18 additions & 0 deletions .circleci/Snyk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '2.1'
orbs:
snyk: snyk/snyk@2.0.0
jobs:
build:
docker:
- image: cimg/node:lts
steps:
- checkout
- run: npm ci
- snyk/install
- run:
command: snyk version
name: Which version of snyk is installed
- run:
command: snyk code test --unmanaged
name: Run code scan
workflows: null
26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

0 comments on commit afe9c77

Please sign in to comment.