Skip to content

Commit 5b0c63b

Browse files
authored
Merge pull request #1 from ravisastryk/feature/github-actions-scanner
Add GitHub Actions for CI/CD and weekly security scanning
2 parents 7a571ed + 232d92c commit 5b0c63b

File tree

12 files changed

+1322
-15
lines changed

12 files changed

+1322
-15
lines changed

.github/scan-config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CryptoGuard-Go Scan Configuration
2+
3+
# Repositories to exclude from scanning
4+
excluded_repos:
5+
- golang/go # Go standard library - reference implementation, not for scanning
6+
# Add more repositories to exclude here
7+
# - owner/repo
8+
9+
# Scan criteria
10+
scan_settings:
11+
max_repos: 10
12+
min_stars: 100
13+
min_forks: 50

0 commit comments

Comments
 (0)