Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
snyk: pagerduty/snyk@2 # https://circleci.com/developer/orbs/orb/pagerduty/snyk

jobs:
build:
docker:
Expand All @@ -8,3 +11,13 @@ jobs:
- checkout
- run: npm install
- run: npm run build

workflows:
build-and-test:
jobs:
- snyk/snyk_test_full_scan:
organization: rundeck-core-mtgfa3XPaKGbFtHj9aRXhg
context:
- PagerDuty
- Snyk
- build