Skip to content

Commit

Permalink
disable vuln-check temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <crichter@owncloud.com>
  • Loading branch information
dragonchaser committed Jul 5, 2024
1 parent a1c8c47 commit 2bc97dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,8 @@ def testOcisAndUploadResults(ctx):
scan_result_upload = uploadScanResults(ctx)
scan_result_upload["depends_on"] = getPipelineNames([pipeline])

#security_scan = scanOcis(ctx)
#return [security_scan, pipeline, scan_result_upload]
return [pipeline, scan_result_upload]
security_scan = scanOcis(ctx)
return [security_scan, pipeline, scan_result_upload]

def testPipelines(ctx):
pipelines = []
Expand Down

0 comments on commit 2bc97dc

Please sign in to comment.