mirror of
				https://github.com/jakejarvis/jarv.is.git
				synced 2025-11-04 10:30:11 -05:00 
			
		
		
		
	add gitguardian action
This commit is contained in:
		
							
								
								
									
										15
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -37,3 +37,18 @@ jobs:
 | 
			
		||||
    - run: yarn percy
 | 
			
		||||
      env:
 | 
			
		||||
        PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
 | 
			
		||||
 | 
			
		||||
  audit:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v2
 | 
			
		||||
      with:
 | 
			
		||||
        fetch-depth: 0
 | 
			
		||||
    - name: GitGuardian scan
 | 
			
		||||
      uses: GitGuardian/gg-shield-action@master
 | 
			
		||||
      env:
 | 
			
		||||
        GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
 | 
			
		||||
        GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
 | 
			
		||||
        GITHUB_PULL_BASE_SHA:  ${ github.event.pull_request.base.sha }}
 | 
			
		||||
        GITHUB_DEFAULT_BRANCH: ${ github.event.repository.default_branch }}
 | 
			
		||||
        GITGUARDIAN_API_KEY: ${ secrets.GITGUARDIAN_API_KEY }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user