Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
remove fossa from ci jobs (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers authored Jan 9, 2024
1 parent a7a7ea7 commit 48c8edd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,3 @@ jobs:
- name: sbt test
run: |-
sbt "test; scripted"
fossa-checks:
name: "FOSSA checks"
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: FOSSA policy check
if: ${{ github.event_name != 'pull_request' }}
run: |-
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
fossa analyze && fossa test
env:
FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
run: |-
sbt ci-release
- name: FOSSA policy check
run: |-
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash
fossa analyze && fossa test
env:
FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"

- name: Update docs
run: |-
sudo snap install yq
Expand Down

0 comments on commit 48c8edd

Please sign in to comment.