-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Add FOSSA scan workflow & .fossa.yml
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
- Loading branch information
Showing
3 changed files
with
158 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) | ||
# Visit https://fossa.com to learn more | ||
|
||
version: 2 | ||
cli: | ||
server: https://app.fossa.com | ||
fetcher: custom | ||
project: vald | ||
locator: git+github.com/vdaas/vald | ||
analyze: | ||
modules: | ||
- name: github.com/vdaas/vald/cmd/agent/core/ngt | ||
type: go | ||
target: github.com/vdaas/vald/cmd/agent/core/ngt | ||
path: cmd/agent/core/ngt | ||
- name: github.com/vdaas/vald/cmd/agent/sidecar | ||
type: go | ||
target: github.com/vdaas/vald/cmd/agent/sidecar | ||
path: cmd/agent/sidecar | ||
- name: github.com/vdaas/vald/cmd/discoverer/k8s | ||
type: go | ||
target: github.com/vdaas/vald/cmd/discoverer/k8s | ||
path: cmd/discoverer/k8s | ||
- name: github.com/vdaas/vald/cmd/gateway/vald | ||
type: go | ||
target: github.com/vdaas/vald/cmd/gateway/vald | ||
path: cmd/gateway/vald | ||
- name: github.com/vdaas/vald/cmd/manager/backup/cassandra | ||
type: go | ||
target: github.com/vdaas/vald/cmd/manager/backup/cassandra | ||
path: cmd/manager/backup/cassandra | ||
- name: github.com/vdaas/vald/cmd/manager/backup/mysql | ||
type: go | ||
target: github.com/vdaas/vald/cmd/manager/backup/mysql | ||
path: cmd/manager/backup/mysql | ||
- name: github.com/vdaas/vald/cmd/manager/compressor | ||
type: go | ||
target: github.com/vdaas/vald/cmd/manager/compressor | ||
path: cmd/manager/compressor | ||
- name: github.com/vdaas/vald/cmd/manager/index | ||
type: go | ||
target: github.com/vdaas/vald/cmd/manager/index | ||
path: cmd/manager/index | ||
- name: github.com/vdaas/vald/cmd/manager/replication/agent | ||
type: go | ||
target: github.com/vdaas/vald/cmd/manager/replication/agent | ||
path: cmd/manager/replication/agent | ||
- name: github.com/vdaas/vald/cmd/manager/replication/controller | ||
type: go | ||
target: github.com/vdaas/vald/cmd/manager/replication/controller | ||
path: cmd/manager/replication/controller | ||
- name: github.com/vdaas/vald/cmd/meta/cassandra | ||
type: go | ||
target: github.com/vdaas/vald/cmd/meta/cassandra | ||
path: cmd/meta/cassandra | ||
- name: github.com/vdaas/vald/cmd/meta/redis | ||
type: go | ||
target: github.com/vdaas/vald/cmd/meta/redis | ||
path: cmd/meta/redis | ||
- name: github.com/vdaas/vald/cmd/tools/cli/vdctl | ||
type: go | ||
target: github.com/vdaas/vald/cmd/tools/cli/vdctl | ||
path: cmd/tools/cli/vdctl | ||
- name: github.com/vdaas/vald/hack/helm/schema/gen | ||
type: go | ||
target: github.com/vdaas/vald/hack/helm/schema/gen | ||
path: hack/helm/schema/gen | ||
- name: github.com/vdaas/vald/hack/license/gen | ||
type: go | ||
target: github.com/vdaas/vald/hack/license/gen | ||
path: hack/license/gen | ||
- name: github.com/vdaas/vald/hack/tools/config/agent/core/ngt | ||
type: go | ||
target: github.com/vdaas/vald/hack/tools/config/agent/core/ngt | ||
path: hack/tools/config/agent/core/ngt | ||
- name: github.com/vdaas/vald/hack/tools/config/discoverer/k8s | ||
type: go | ||
target: github.com/vdaas/vald/hack/tools/config/discoverer/k8s | ||
path: hack/tools/config/discoverer/k8s | ||
- name: github.com/vdaas/vald/hack/tools/config/gateway/vald | ||
type: go | ||
target: github.com/vdaas/vald/hack/tools/config/gateway/vald | ||
path: hack/tools/config/gateway/vald | ||
- name: github.com/vdaas/vald/hack/tools/config/manager/backup/mysql | ||
type: go | ||
target: github.com/vdaas/vald/hack/tools/config/manager/backup/mysql | ||
path: hack/tools/config/manager/backup/mysql | ||
- name: github.com/vdaas/vald/hack/tools/config/meta/redis | ||
type: go | ||
target: github.com/vdaas/vald/hack/tools/config/meta/redis | ||
path: hack/tools/config/meta/redis | ||
- name: github.com/vdaas/vald/hack/tools/metrics | ||
type: go | ||
target: github.com/vdaas/vald/hack/tools/metrics | ||
path: hack/tools/metrics |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: "Run FOSSA scan" | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: | ||
- "labeled" | ||
|
||
jobs: | ||
fossa-scan: | ||
name: 'trigger FOSSA scan' | ||
runs-on: ubuntu-latest | ||
container: | ||
image: vdaas/vald-ci-container:nightly | ||
if: github.ref == 'refs/heads/master' || github.event.action == 'labeled' && github.event.label.name == 'actions/fossa' | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: 'Install fossa-cli' | ||
run: | | ||
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash | ||
- name: 'Run for master branch' | ||
if: github.ref == 'refs/heads/master' | ||
run: | | ||
fossa analyze --branch master --revision ${GITHUB_SHA} | ||
env: | ||
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_SHA: ${{ github.sha }} | ||
- name: 'Run for PRs' | ||
if: github.event_name == 'pull_request' | ||
run: | | ||
curl -s ${PR_INFO_URL} > /tmp/pr_info.json | ||
PR_RESP=`cat /tmp/pr_info.json` | ||
HEAD_BRANCH=$(cat /tmp/pr_info.json | jq -r .head.ref) | ||
if [ -z "$HEAD_BRANCH" ]; then | ||
echo "Cannot get head branch information for PR #${PR_NUM}!" | ||
echo "API response: $PR_RESP" | ||
fossa analyze --revision ${GITHUB_SHA} | ||
else | ||
echo "Head branch for PR #${PR_NUM} is ${HEAD_BRANCH}" | ||
fossa analyze --branch ${HEAD_BRANCH} --revision ${GITHUB_SHA} | ||
ESCAPED=`echo -n "${HEAD_BRANCH}" | python3 -c 'import urllib.parse; import sys; print(urllib.parse.quote(sys.stdin.read(), safe=""))'` | ||
curl --include --verbose --fail \ | ||
-H "Accept: application/json" \ | ||
-H "Content-Type:application/json" \ | ||
-H "Authorization: token ${GITHUB_TOKEN}" \ | ||
--request POST \ | ||
--data "{\"body\": \"**[FOSSA]** The scan result will be available at https://app.fossa.com/projects/custom%2B21465%2Fvald/refs/branch/${ESCAPED}/${GITHUB_SHA}\"}" \ | ||
$API_URL | ||
fi | ||
env: | ||
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_SHA: ${{ github.sha }} | ||
PR_INFO_URL: ${{ github.event.pull_request.url }} | ||
API_URL: ${{ github.event.pull_request.comments_url }} | ||
PR_NUM: ${{ github.event.pull_request.number }} |
This file contains 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