Commit 445b7381 authored by Wen Wei Li's avatar Wen Wei Li

complete process

parent 6f5016d8
Pipeline #4790 passed with stage
...@@ -27,7 +27,7 @@ steps: ...@@ -27,7 +27,7 @@ steps:
commands: commands:
- echo $(python3 /plugin/main.py) - echo $(python3 /plugin/main.py)
- python3 /usr/local/src/scan --src ./src -o /home/reports - python3 /usr/local/src/scan --src ./src -o /home/reports
#depends_on: ["build-and-publish-image"] depends_on: ["build-and-publish-image"]
- name: code-analysis - name: code-analysis
image: prlab/drone-sonar image: prlab/drone-sonar
...@@ -36,7 +36,7 @@ steps: ...@@ -36,7 +36,7 @@ steps:
from_secret: sonar_host from_secret: sonar_host
SONAR_TOKEN: SONAR_TOKEN:
from_secret: sonar_token from_secret: sonar_token
#depends_on: ["build-and-publish-image"] depends_on: ["build-and-publish-image"]
- name: scp - name: scp
image: appleboy/drone-scp image: appleboy/drone-scp
......
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