Skip to content

Commit

Permalink
APPSECTOOLS-32710 Sec Onboard: Code Analysis Onboarding (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-rat-appsec authored Sep 11, 2024
1 parent af83275 commit 9967bac
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .security_config/security_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# yaml-language-server: $schema=https://security-api.appsec.inday.io/schemas/security_config.json
# This is the configuration file for Chimera. This file is required to allow the scanning platform to scan your repo.
# Please see https://wolinks.com/chimera for details.

#####################
# CHANGE LOG
#####################
# (re)adding code analysis service webhook: seeking approval on pr [https://api.github.com/repos/peakon/ioredis/pulls/3]
# (re)adding code analysis service ac svc-secapi-appsec: seeking approval on pr [https://api.github.com/repos/peakon/ioredis/pulls/3]

#####################
# SLACK CONFIGURATION
#####################
# Uncomment the below section and provide a Slack channel's name to allow Chimera to
# notify your slack channel about scans. Please see Chimera documentation on how to do this.
#slack:
#enabled: true
#channel: <slack-channel-name>

##########################
# SCAN TOOL CONFIGURATION
##########################
tools_config:
semgrep:
rulesets:
- p/typescript
- p/dockerfile
- p/javascript
snyk: {}
trufflehog: {}
checkov: {}

0 comments on commit 9967bac

Please sign in to comment.