Skip to content

Commit

Permalink
feat: add install step to allow security_scan to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
bikochan committed Feb 22, 2024
1 parent 24315eb commit 0c1ab5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ version: 2.1
orbs:
prodsec: snyk/prodsec-orb@1

commands:
install:
steps:
- run:
name: Install
command: npm install

jobs:
security-scans:
resource_class: small
docker:
- image: cimg/base:stable
steps:
- checkout
- install
- prodsec/security_scans:
mode: auto

Expand Down

0 comments on commit 0c1ab5a

Please sign in to comment.