Skip to content

Commit

Permalink
CI: Use FOSSA push-only token for license scans on PRs (#15222)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord authored Feb 13, 2024
1 parent a404807 commit fc5b6d0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,11 @@ jobs:
uses: actions/checkout@v3

- name: Run FOSSA scan and upload build data
# Fails on pull requests when using the API key secret.
# In order to run it on pull requests we would need to
# 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@v3
with:
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
# This is a push-only API token: https://github.com/fossa-contrib/fossa-action#push-only-api-token
fossa-api-key: f62c11ef0c249fef239947f01279aa0f
github-token: ${{ github.token }}

- name: Check for changes in Go files
if: steps.skip-workflow.outputs.skip-workflow == 'false'
Expand Down

0 comments on commit fc5b6d0

Please sign in to comment.