File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1+ ---
12resources :
23  - name : tas-cve 
34    type : github-release 
@@ -16,19 +17,20 @@ resources:
1617      owner : cloudfoundry 
1718      repository : uaa-release 
1819  - name : cve-scan 
19-     type : git 
20+     type : github-release 
2021    source :
21-       uri :  [email protected] : rhall-pivotal/concourse-cve-scan.git  22-       branch :  main 
23-       private_key : ((cve_scan.github_access_token)) 
22+       user :  rhall-pivotal 
23+       repository :  concourse-cve-scan 
24+       access_token : ((cve_scan.github_access_token)) 
2425
2526jobs :
2627  - name : scan-release-with-grype 
28+     serial : true 
2729    plan :
28-       - in_parllel :
29-         - get : cve-scan 
30-         - get : uaa-release 
31-         - get : grype-cli    
32-         - get : tas-cve 
30+       - in_parallel :
31+            - get : cve-scan 
32+            - get : uaa-release 
33+            - get : grype-cli  
34+            - get : tas-cve 
3335      - task : run-scan 
3436        file : cve-scan/tasks/yml/scan.yml 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments