|  |  |  | @ -16,6 +16,7 @@ jobs: | 
		
	
		
			
				|  |  |  |  |   fossa: | 
		
	
		
			
				|  |  |  |  |     name: FOSSA | 
		
	
		
			
				|  |  |  |  |     runs-on: ubuntu-latest | 
		
	
		
			
				|  |  |  |  |     if: github.actor != 'dependabot[bot]' | 
		
	
		
			
				|  |  |  |  |     steps: | 
		
	
		
			
				|  |  |  |  |       - uses: actions/checkout@v3 | 
		
	
		
			
				|  |  |  |  |       - name: Run FOSSA scan and upload build data | 
		
	
	
		
			
				
					|  |  |  | @ -28,7 +29,7 @@ jobs: | 
		
	
		
			
				|  |  |  |  |   snyk: | 
		
	
		
			
				|  |  |  |  |     name: Snyk | 
		
	
		
			
				|  |  |  |  |     runs-on: ubuntu-latest | 
		
	
		
			
				|  |  |  |  |     if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository | 
		
	
		
			
				|  |  |  |  |     if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]' | 
		
	
		
			
				|  |  |  |  |     steps: | 
		
	
		
			
				|  |  |  |  |       - uses: actions/checkout@v3 | 
		
	
		
			
				|  |  |  |  |       - name: Setup Kustomize | 
		
	
	
		
			
				
					|  |  |  | @ -51,6 +52,7 @@ jobs: | 
		
	
		
			
				|  |  |  |  |   codeql: | 
		
	
		
			
				|  |  |  |  |     name: CodeQL | 
		
	
		
			
				|  |  |  |  |     runs-on: ubuntu-latest | 
		
	
		
			
				|  |  |  |  |     if: github.actor != 'dependabot[bot]' | 
		
	
		
			
				|  |  |  |  |     steps: | 
		
	
		
			
				|  |  |  |  |       - name: Checkout repository | 
		
	
		
			
				|  |  |  |  |         uses: actions/checkout@v3 | 
		
	
	
		
			
				
					|  |  |  | 
 |