debug trivy
This commit is contained in:
		@@ -77,7 +77,9 @@ jobs:
 | 
				
			|||||||
    timeout-minutes: 10
 | 
					    timeout-minutes: 10
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Run Trivy vulnerability scanner
 | 
					      - name: debug
 | 
				
			||||||
 | 
					      - run: |
 | 
				
			||||||
 | 
					        echo ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}      - name: Run Trivy vulnerability scanner
 | 
				
			||||||
        uses: aquasecurity/trivy-action@0.29.0
 | 
					        uses: aquasecurity/trivy-action@0.29.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
 | 
					          image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user