Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add security tools YAML file #121

Closed
wants to merge 1 commit into from
Closed
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
30 changes: 30 additions & 0 deletions security-tools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Tribe and Squad identification
tribe: sdfsdf
squad: sdfsdf

security_tools:

# Secrets Detection
secrets_detection:
enabled: 1
secrets_scanning: 0
pr_based:
enabled: 0

# Static Application Security Testing (SAST)
sast:
enabled: 0
tools:
codeQL:
enabled: 1
config_file_path: .github/workflows/codeql.yml
veracode:
enabled: 1
sonarcloud:
enabled: 0
sobelow:
enabled: 0
credo:
enabled: 0
klocwork:
enabled: 0
Loading