Commit aed467e3 authored by yecl's avatar yecl
Browse files

更新.gitlab-ci.yml文件

parent 49f0004c
No related merge requests found
Pipeline #7669 passed with stage
in 4 minutes and 57 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -8,6 +8,6 @@ test111:
script:
- snyk auth f809483b-89d9-4678-9cc7-5ea3192db876
- npm install snyk-to-html -g
- snyk test --json |snyk-to-html -o snyk_results.html
- snyk test --json |snyk-to-html -o snyk_results.html || exit 0;
- ls -lah
# Save report to artifacts
Supports Markdown
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