- Introduced global usings for Ruby analyzer. - Implemented RubyLockData, RubyLockEntry, and RubyLockParser for handling Gemfile.lock files. - Created RubyPackage and RubyPackageCollector to manage Ruby packages and vendor cache. - Developed RubyAnalyzerPlugin and RubyLanguageAnalyzer for analyzing Ruby projects. - Added tests for Ruby language analyzer with sample Gemfile.lock and expected output. - Included necessary project files and references for the Ruby analyzer. - Added third-party licenses for tree-sitter dependencies.
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Substitutions for docker-compose.airgap.yaml
 | 
						|
MONGO_INITDB_ROOT_USERNAME=stellaops
 | 
						|
MONGO_INITDB_ROOT_PASSWORD=airgap-password
 | 
						|
MINIO_ROOT_USER=stellaops-offline
 | 
						|
MINIO_ROOT_PASSWORD=airgap-minio-secret
 | 
						|
MINIO_CONSOLE_PORT=29001
 | 
						|
RUSTFS_HTTP_PORT=8080
 | 
						|
AUTHORITY_ISSUER=https://authority.airgap.local
 | 
						|
AUTHORITY_PORT=8440
 | 
						|
SIGNER_POE_INTROSPECT_URL=file:///offline/poe/introspect.json
 | 
						|
SIGNER_PORT=8441
 | 
						|
ATTESTOR_PORT=8442
 | 
						|
ISSUER_DIRECTORY_PORT=8447
 | 
						|
ISSUER_DIRECTORY_MONGO_CONNECTION_STRING=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongo:27017
 | 
						|
ISSUER_DIRECTORY_SEED_CSAF=true
 | 
						|
CONCELIER_PORT=8445
 | 
						|
SCANNER_WEB_PORT=8444
 | 
						|
UI_PORT=9443
 | 
						|
NATS_CLIENT_PORT=24222
 | 
						|
SCANNER_QUEUE_BROKER=nats://nats:4222
 | 
						|
AUTHORITY_OFFLINE_CACHE_TOLERANCE=00:45:00
 | 
						|
SCANNER_EVENTS_ENABLED=false
 | 
						|
SCANNER_EVENTS_DRIVER=redis
 | 
						|
# Leave SCANNER_EVENTS_DSN empty to inherit the Redis queue DSN when SCANNER_QUEUE_BROKER uses redis://.
 | 
						|
SCANNER_EVENTS_DSN=
 | 
						|
SCANNER_EVENTS_STREAM=stella.events
 | 
						|
SCANNER_EVENTS_PUBLISH_TIMEOUT_SECONDS=5
 | 
						|
SCANNER_EVENTS_MAX_STREAM_LENGTH=10000
 | 
						|
SCHEDULER_QUEUE_KIND=Nats
 | 
						|
SCHEDULER_QUEUE_NATS_URL=nats://nats:4222
 | 
						|
SCHEDULER_STORAGE_DATABASE=stellaops_scheduler
 | 
						|
SCHEDULER_SCANNER_BASEADDRESS=http://scanner-web:8444
 |