diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 46588e10d..fc1ff14d2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -35,18 +35,6 @@ agents: queue: buildkite-gcp steps: - - label: "fossa analyze" - plugins: - - kubernetes: - <<: *kubernetes - podSpec: - <<: *podSpec - containers: - - <<: *commandContainer - command: - - |- - .buildkite/scripts/fossa.sh - - label: "Lint Check" plugins: - kubernetes: diff --git a/.buildkite/scripts/fossa.sh b/.buildkite/scripts/fossa.sh deleted file mode 100755 index 2fdeaa100..000000000 --- a/.buildkite/scripts/fossa.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -set -exo pipefail - -curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash -s -- -b ~/ - -~/fossa init -~/fossa analyze - -# Capture the exit status -EXIT_STATUS=$? - -echo "fossa script exits with status $EXIT_STATUS" -exit $EXIT_STATUS \ No newline at end of file diff --git a/.fossa.yml b/.fossa.yml deleted file mode 100755 index ddbb120a5..000000000 --- a/.fossa.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -cli: - server: https://app.fossa.com - fetcher: custom - project: git@github.com:uber/cadence-java-client.git -analyze: - modules: - - name: . - type: gradle - target: ':' - path: .