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

remove fossa from ci jobs #172

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading