Commit 9caa846d authored by Wen Wei Li's avatar Wen Wei Li

testing

parent 9832187d
Pipeline #5069 failed with stage
...@@ -34,20 +34,19 @@ steps: ...@@ -34,20 +34,19 @@ steps:
- /home/builds/* - /home/builds/*
depends_on: ["build"] depends_on: ["build"]
- name: ttc_code_scan
image: prlab/ttc_code_scan
settings:
SCAN_HOST:
from_secret: scan_host
SCAN_TYPE:
from_secret: scan_type
FILE_NAME: ${DORNE_REPO_NAME}/home/builds/${DRONE_REPO_NAME}.tar.gz
ID:
from_secret: id
depends_on: ["scp"]
# - 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: volumes:
- name: cache - name: cache
temp: {} 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