-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(wordflow): add github workflow #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 25 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 22 | 3 | 0 |
Click to see the invalid file list
- .github/CODEOWNERS
- .github/workflows/cloud_code_scan.yml
- .github/workflows/license-checker.yml
- .github/workflows/openspg-ci.yml
- .github/workflows/pr-title-checker.yml
- .scanignore
- api/facade/pom.xml
- api/http-client/pom.xml
- api/http-server/pom.xml
- arks/sofaboot/pom.xml
- base/account/pom.xml
- base/account/src/main/java/com/antgroup/openspg/app/base/account/xxx.java
- base/permission/pom.xml
- base/permission/src/main/java/com/antgroup/openspg/app/base/permission/xxx.java
- base/scheduler/pom.xml
- base/scheduler/src/main/java/com/antgroup/openspg/app/base/scheduler/xx.java
- common/util/pom.xml
- common/util/src/main/java/com/antgroup/openspg/app/common/util/xxx.java
- infra/dao/pom.xml
- infra/dao/src/main/java/com/antgroup/openspg/app/infra/dao/xxx.java
- pom.xml
- test/pom.xml
@@ -0,0 +1,22 @@ | |||
name: Alipay Cloud Devops Codescan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: Alipay Cloud Devops Codescan | |
# Licensed to the Apache Software Foundation (ASF) under one | |
# or more contributor license agreements. See the NOTICE file | |
# distributed with this work for additional information | |
# regarding copyright ownership. The ASF licenses this file | |
# to you under the Apache License, Version 2.0 (the | |
# "License"); you may not use this file except in compliance | |
# with the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, | |
# software distributed under the License is distributed on an | |
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
# KIND, either express or implied. See the License for the | |
# specific language governing permissions and limitations | |
# under the License. | |
name: Alipay Cloud Devops Codescan |
@@ -0,0 +1,25 @@ | |||
name: License Checker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: License Checker | |
# Licensed to the Apache Software Foundation (ASF) under one | |
# or more contributor license agreements. See the NOTICE file | |
# distributed with this work for additional information | |
# regarding copyright ownership. The ASF licenses this file | |
# to you under the Apache License, Version 2.0 (the | |
# "License"); you may not use this file except in compliance | |
# with the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, | |
# software distributed under the License is distributed on an | |
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
# KIND, either express or implied. See the License for the | |
# specific language governing permissions and limitations | |
# under the License. | |
name: License Checker |
@@ -0,0 +1,36 @@ | |||
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time | |
# Licensed to the Apache Software Foundation (ASF) under one | |
# or more contributor license agreements. See the NOTICE file | |
# distributed with this work for additional information | |
# regarding copyright ownership. The ASF licenses this file | |
# to you under the Apache License, Version 2.0 (the | |
# "License"); you may not use this file except in compliance | |
# with the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, | |
# software distributed under the License is distributed on an | |
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
# KIND, either express or implied. See the License for the | |
# specific language governing permissions and limitations | |
# under the License. | |
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time |
@@ -0,0 +1,28 @@ | |||
name: "Lint PR" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: "Lint PR" | |
# Licensed to the Apache Software Foundation (ASF) under one | |
# or more contributor license agreements. See the NOTICE file | |
# distributed with this work for additional information | |
# regarding copyright ownership. The ASF licenses this file | |
# to you under the Apache License, Version 2.0 (the | |
# "License"); you may not use this file except in compliance | |
# with the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, | |
# software distributed under the License is distributed on an | |
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
# KIND, either express or implied. See the License for the | |
# specific language governing permissions and limitations | |
# under the License. | |
name: "Lint PR" |
No description provided.