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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
smithlabcode
/
falco
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
136
Code
Issues
12
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Ensuring preseq mode and orig-dups are exclusive; improving verbose output
- #116
#116
Merged
andrewdavidsmith
merged 8 commits into
main
smithlabcode/falco:main
from
exclusive-args-for-preseq-vs-orig-dups
smithlabcode/falco:exclusive-args-for-preseq-vs-orig-dups
Copy head branch name to clipboard
Aug 16, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Ensuring preseq mode and orig-dups are exclusive; improving verbose output
#116
andrewdavidsmith
merged 8 commits into
main
smithlabcode/falco:main
from
exclusive-args-for-preseq-vs-orig-dups
smithlabcode/falco:exclusive-args-for-preseq-vs-orig-dups
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2026
data/test_data/md5sum.txt: adding a hash for preseq test output
andrewdavidsmith
committed
ad43d1a
View commit details
Copy full SHA for ad43d1a
Browse repository at this point
cmake/tests.cmake: adding a test for --preseq mode
andrewdavidsmith
committed
0d6d295
View commit details
Copy full SHA for 0d6d295
Browse repository at this point
data/test_scripts/preseq.sh: adding a test for --preseq mode
andrewdavidsmith
committed
fb4b34c
View commit details
Copy full SHA for fb4b34c
Browse repository at this point
src/run_mode.hcpp: added a string_verbose function to format the run_mode to show users who run falco with the --verbose flag
andrewdavidsmith
committed
2700b5a
View commit details
Copy full SHA for 2700b5a
Browse repository at this point
Commits on Aug 16, 2026
src/falco_utils.cpp: added time-related functions to get_run_duration, get_program_start and format_program_start_date_and_time
andrewdavidsmith
committed
656b726
View commit details
Copy full SHA for 656b726
Browse repository at this point
src/html.cpp: obtaining 'date' from format_program_start_date_and_time from falco_utils
andrewdavidsmith
committed
d7ba621
View commit details
Copy full SHA for d7ba621
Browse repository at this point
src/falco.cpp: updates to help output, to how run modes are shown to users, more generally the format for verbose output, and how run duration is tracked and formatted
andrewdavidsmith
committed
f1c1964
View commit details
Copy full SHA for f1c1964
Browse repository at this point
src/falco_utils.hpp: fixing incorrect function return type for get_program_start_time
andrewdavidsmith
committed
6996f52
View commit details
Copy full SHA for 6996f52
Browse repository at this point
You can’t perform that action at this time.