参考BDBLogStorage 基于ChronicleMap、MapDB、H2MVStore、LevelDB-Java实现的日志存储 #139
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Alipay Cloud Devops Codescan | |
| on: | |
| pull_request_target: | |
| jobs: | |
| stc: # Code security scanning | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: codeScan | |
| uses: layotto/alipay-cloud-devops-codescan@main | |
| with: | |
| parent_uid: ${{ secrets.ALI_PID }} | |
| private_key: ${{ secrets.ALI_PK }} | |
| scan_type: stc | |
| sca: # Open source compliance scanning | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: codeScan | |
| uses: layotto/alipay-cloud-devops-codescan@main | |
| with: | |
| parent_uid: ${{ secrets.ALI_PID }} | |
| private_key: ${{ secrets.ALI_PK }} | |
| scan_type: sca |