Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
StephenJarso
/
secure_push
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/intercom token detection
- #2
#2
Merged
StephenJarso
merged 25 commits into
main
StephenJarso/secure_push:main
from
feature/intercom-token-detection
StephenJarso/secure_push:feature/intercom-token-detection
Copy head branch name to clipboard
Jun 15, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Feature/intercom token detection
#2
StephenJarso
merged 25 commits into
main
StephenJarso/secure_push:main
from
feature/intercom-token-detection
StephenJarso/secure_push:feature/intercom-token-detection
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2026
feat: add Slack, Discord, Telegram, Azure, and PAT token detectors
Show description for e1d18ca
StephenJarso
committed
e1d18ca
View commit details
Copy full SHA for e1d18ca
Browse repository at this point
feat: add more patterns to secrets detector
Show description for e5ca638
StephenJarso
committed
e5ca638
View commit details
Copy full SHA for e5ca638
Browse repository at this point
feat: add SARIF output format reporter for CI/CD integration
Show description for 402d71a
StephenJarso
committed
402d71a
View commit details
Copy full SHA for 402d71a
Browse repository at this point
feat: add .env.* file detection to config detector
Show description for 363b397
StephenJarso
committed
363b397
View commit details
Copy full SHA for 363b397
Browse repository at this point
feat: add .envrc and .env.sample detection to env detector
Show description for 27884eb
StephenJarso
committed
27884eb
View commit details
Copy full SHA for 27884eb
Browse repository at this point
test: add more test cases for secrets detector
Show description for 1a04d32
StephenJarso
committed
1a04d32
View commit details
Copy full SHA for 1a04d32
Browse repository at this point
test: add more test cases for auth detector
Show description for 9d9816d
StephenJarso
committed
9d9816d
View commit details
Copy full SHA for 9d9816d
Browse repository at this point
test: add more test cases for config detector
Show description for 152b59c
StephenJarso
committed
152b59c
View commit details
Copy full SHA for 152b59c
Browse repository at this point
test: add more test cases for env detector
Show description for 39e2892
StephenJarso
committed
39e2892
View commit details
Copy full SHA for 39e2892
Browse repository at this point
test: add more edge case tests for config detector
Show description for c4e4f98
StephenJarso
committed
c4e4f98
View commit details
Copy full SHA for c4e4f98
Browse repository at this point
test: add benchmark tests for detectors
Show description for 7fc3372
StephenJarso
committed
7fc3372
View commit details
Copy full SHA for 7fc3372
Browse repository at this point
feat: add Homebrew tap formula
Show description for 59fe3df
StephenJarso
committed
59fe3df
View commit details
Copy full SHA for 59fe3df
Browse repository at this point
feat: add VS Code extension manifest
Show description for fcc8645
StephenJarso
committed
fcc8645
View commit details
Copy full SHA for fcc8645
Browse repository at this point
docs: update CHANGELOG with new features
Show description for e38bcf1
StephenJarso
committed
e38bcf1
View commit details
Copy full SHA for e38bcf1
Browse repository at this point
docs: update detectors documentation
Show description for 623f4a4
StephenJarso
committed
623f4a4
View commit details
Copy full SHA for 623f4a4
Browse repository at this point
docs: add SARIF output format documentation
Show description for 2009192
StephenJarso
committed
2009192
View commit details
Copy full SHA for 2009192
Browse repository at this point
ci: add GitHub Actions workflow for security scanning
Show description for 0199e27
StephenJarso
committed
0199e27
View commit details
Copy full SHA for 0199e27
Browse repository at this point
ci: add release workflow
Show description for 5bc9869
StephenJarso
committed
5bc9869
View commit details
Copy full SHA for 5bc9869
Browse repository at this point
docs: add output_format configuration option
Show description for fa95f90
StephenJarso
committed
fa95f90
View commit details
Copy full SHA for fa95f90
Browse repository at this point
docs: update CHANGELOG with release workflow and fixes
Show description for ad0398d
StephenJarso
committed
ad0398d
View commit details
Copy full SHA for ad0398d
Browse repository at this point
chore: add additional linters to golangci config
Show description for ee288a3
StephenJarso
committed
ee288a3
View commit details
Copy full SHA for ee288a3
Browse repository at this point
perf: add semaphore to limit concurrent goroutines in scanner
Show description for 144d514
StephenJarso
committed
144d514
View commit details
Copy full SHA for 144d514
Browse repository at this point
perf: add sync.Pool for buffer reuse in binary file detection
Show description for e000c73
StephenJarso
committed
e000c73
View commit details
Copy full SHA for e000c73
Browse repository at this point
perf: add GetFileInfo helper function for file info reuse
Show description for 913ccbc
StephenJarso
committed
913ccbc
View commit details
Copy full SHA for 913ccbc
Browse repository at this point
test: add test for GetFileInfo function
Show description for 04ff777
StephenJarso
committed
04ff777
View commit details
Copy full SHA for 04ff777
Browse repository at this point
You can’t perform that action at this time.