-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
36 lines (34 loc) · 1.04 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Site settings
title: Veracode Open Source
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
A collection of useful open source projects that integrate with the Veracode APIs to automate scanning, results retrieval and other tasks.
url: "https://crispy-disco-89bd2f0a.pages.github.io/" # the base hostname & protocol for your site
github_username: veracode
twitter_username: VeracodeDevs
# Build settings
markdown: kramdown
permalink: /:title:output_ext
collections:
- github_actions
- documentations
- automating_common_veracode_platform_tasks
- auto_packagers_for_sast
- ci_cd
- azure_devops
- github
- build_tools
- ides
- api_testing_tools
- other
- pipeline_scan_projects
- dynamic_analysis_projects
- results_collection_and_display
- user_provisioning_management_and_deprovisioning
- application_vulnerability_correlation
- hmac_signing_libraries
- api_wrappers
- other_integrations
- secure_coding_examples
- insecure_applications
- automating_security_labs_tasks