Advanced CLI Usage
Once you’re comfortable with the basics, explore these advanced features to enhance your security scanning workflows.Advanced Command Options
rafter run
- Scanning Options
rafter get
- Retrieval Options
Common Use Cases
Local Development
Feature Branch Workflow
CI/CD Integration
Automation Techniques
Shell Scripting
Create reusable scripts for common workflows:Pipeline Integration
Integrate with your existing development pipelines:Output Processing
Rafter defaults to reporting results in JSON format following our API Schema, which makes it easy to process withjq
. At the top level is various details about the scan, including a vulnerabilities object in SARIF format, an industry-standard format for security scanning results.