Skip to content

Commit

Permalink
CI: Use v3 of fossa-action and exclude maven (#15140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlord authored Feb 11, 2024
1 parent ea62cee commit fcd5ad4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .fossa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 3

project:
id: vitess
name: vitess

# Exclude the maven based scanning of our java client until we can get it working again.
targets:
exclude:
- type: maven
path: java
4 changes: 3 additions & 1 deletion .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
# generate a push only token and specify that as plain
# text here:
# https://github.com/fossa-contrib/fossa-action#push-only-api-token
# BUT, it also requires that the fork have its own
# independent integration setup with fossa.com.
if: github.ref == 'refs/heads/main'
uses: fossa-contrib/fossa-action@v2
uses: fossa-contrib/fossa-action@v3
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}

Expand Down

0 comments on commit fcd5ad4

Please sign in to comment.