File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787      #  Action reference: https://github.com/aquasecurity/trivy-action
8888      - name : Scan latest published image 
8989        id : scan_1 
90-         uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4   #  0.30.0
90+         uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8   #  0.30.0
9191        with :
9292          image-ref : ${{ steps.image.outputs.spec }} 
9393          format : json  #  ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -112,7 +112,7 @@ jobs:
112112       - name : Scan rebuilt image 
113113        id : scan_2 
114114        if : steps.rebuild.outcome == 'success' 
115-         uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4   #  0.30.0
115+         uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8   #  0.30.0
116116        with :
117117          image-ref : rebuilt-image 
118118          format : json  #  ref: https://github.com/aquasecurity/trivy#save-the-results-as-json
@@ -171,7 +171,7 @@ jobs:
171171
172172       - name : Describe vulnerabilities 
173173        if : steps.rebuild.outcome == 'success' 
174-         uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4   #  0.30.0
174+         uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8   #  0.30.0
175175        with :
176176          image-ref : rebuilt-image 
177177          format : table 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments