Skip to content

Commit

Permalink
build: 增加tpis (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: duanwenlong <wb-dwl906436@antgroup.com>
Co-authored-by: Marco <lingfenglangshao@gmail.com>
  • Loading branch information
3 people authored Nov 30, 2023
1 parent a9ce6be commit 45d0793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cloud_code_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
scan_type: stc
tips: '可以加入钉钉群:31912621 来申请查看权限'
sca: # 开源合规
runs-on: ubuntu-latest
steps:
Expand All @@ -19,4 +20,5 @@ jobs:
with:
parent_uid: ${{ secrets.ALI_PID }}
private_key: ${{ secrets.ALI_PK }}
scan_type: sca
scan_type: sca
tips: '可以加入钉钉群:31912621 来申请查看权限'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
_run:
@$(MAKE) --warn-undefined-variables -f make/common.mk $(MAKECMDGOALS)
.PHONY: _run
$(if $(MAKECMDGOALS),$(MAKECMDGOALS): %: _run)
$(if $(MAKECMDGOALS),$(MAKECMDGOALS): %: _run)

0 comments on commit 45d0793

Please sign in to comment.