logo
0
0
WeChat Login
Forkfromcnb/cool/tca-upload, aheadmain1 commits, behindmain1 commits

上传仓库 TCA 分析结果

镜像

 cnbcool/tca-upload:latest

输入

  • UPLOAD_TOKEN:string 必填,用于后期结果上传校验
  • BODY_JSON:string 必填,上传的结果,json 格式

在云原生构建使用

master:
  push:
    - stages:
        - name: tca
          image: cnbcool/tca:latest
          script: tca -o tca.json -f json ./
        - name: show tca analysis
          script: cat tca_upload/tca_upload.json
        - name: upload analysis
          image: cnbcool/tca-upload:latest
          setting:
            UPLOAD_MODE: SIMPLY
            UPLOAD_TOKEN: ${UPLOAD_TOKEN}
            BODY_JSON: ${BODY_JSON}

About

No description, topics, or website provided.
Language
Shell95.3%
Dockerfile4.7%