Commit e48f4c4f authored by Wen Wei Li's avatar Wen Wei Li

add pyraider check

parent 9b1af9f1
Pipeline #4897 failed with stage
......@@ -56,6 +56,8 @@ steps:
- name: cache
path: /home/reports
depends_on: ["build-and-publish-image"]
# package check for env
- name: py-package-check
image: harbor.prlab.io/study_group/${DRONE_REPO_NAME}
commands:
......@@ -78,7 +80,7 @@ steps:
port : 22
target: /home/oran/Downloads/drone_reports
source: /home/reports/
depends_on: ["sast_scan", "code-analysis", "dependency-check-py"]
depends_on: ["sast_scan", "code-analysis", "dependency-check-py", "py-package-check"]
# deploy
- name: ssh_to_deploy
......
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