mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	gitlab-ci: disable bandit fail on standard debug keystore password
This commit is contained in:
		
							parent
							
								
									da0d6393bd
								
							
						
					
					
						commit
						7381a94b47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -39,7 +39,7 @@ from . import common
 | 
			
		|||
# hard coded defaults for Android ~/.android/debug.keystore files
 | 
			
		||||
# https://developers.google.com/android/guides/client-auth
 | 
			
		||||
KEYSTORE_FILE = os.path.join(os.getenv('HOME'), '.android', 'debug.keystore')
 | 
			
		||||
PASSWORD = 'android'
 | 
			
		||||
PASSWORD = 'android'  # nosec B105 standard hardcoded password for debug keystores
 | 
			
		||||
KEY_ALIAS = 'androiddebugkey'
 | 
			
		||||
DISTINGUISHED_NAME = 'CN=Android Debug,O=Android,C=US'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue