Skip to content

Commit

Permalink
Merge branch 'master' into fix/snyk-code-no-echo
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-es authored Mar 8, 2024
2 parents 4f3fc60 + efda195 commit 4cdf0ff
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
version: 2.1

orbs:
prodsec: snyk/prodsec-orb@1.1
prodsec: snyk/prodsec-orb@1

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

test:
docker:
- image: circleci/node:lts
Expand Down Expand Up @@ -132,14 +141,17 @@ jobs:
path: ./prod-extension-artifact.vsix

workflows:
version: 2
build_and_test:
jobs:
- prodsec/secrets-scan:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: cli-alerts

- security-scans:
context: devex_cli

- test
- deploy_dev:
requires:
Expand Down

0 comments on commit 4cdf0ff

Please sign in to comment.