Commit 8e552649 authored by Wen Wei Li's avatar Wen Wei Li

add drone.yml to test the ttc integration

parent e67b02fc
---
kind: pipeline
type: docker
name: sec_test
steps:
- name: build
image: prlab/xapp_frame
volumes:
- name: cache
path: /home/builds/
commands:
- cd /xapp
- make
- cp ./main /home/builds/main
- name: ttc_code_scan
image: prlab/ttc_code_scan
settings:
SCAN_HOST:
from_secret: scan_host
SCAN_TYPE:
from_secret: scan_type
FILE_NAME:
from_secret: file_name
ID:
from_secret: id
volumes:
- name: cache
temp: {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment