Skip to content

Commit

Permalink
chore: update ignores and security scans workflow for CICD (#5066)
Browse files Browse the repository at this point in the history
  • Loading branch information
bikochan committed Apr 3, 2024
1 parent e3925cc commit e06a383
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -906,18 +906,14 @@ jobs:
name: Linting project
command: |
npm run lint
pushd cliv2
pushd cliv2
make lint
popd
- snyk/scan:
fail-on-issues: true
severity-threshold: critical
additional-arguments: --all-projects --exclude=test,dist
- snyk/scan:
command: code test
fail-on-issues: true
monitor-on-build: true
severity-threshold: high
- prodsec/security_scans:
mode: auto
open-source-additional-arguments: --exclude=test,dist
iac-scan: disabled
release-branch: main

test-node:
executor: docker-amd64
Expand Down

0 comments on commit e06a383

Please sign in to comment.