This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch disable-fossa-check in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
commit 03caf7d67100947c0c4639618adb4d2d456dd664 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jan 16 21:46:08 2023 +0100 disable fossa check --- .github/workflows/license-and-vulnerabilities.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/license-and-vulnerabilities.yml b/.github/workflows/license-and-vulnerabilities.yml index f467937f..d65f43ef 100644 --- a/.github/workflows/license-and-vulnerabilities.yml +++ b/.github/workflows/license-and-vulnerabilities.yml @@ -21,11 +21,11 @@ jobs: fetch-depth: 100 - name: Fetch tags run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* - - name: FOSSA policy check - if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-connectors' }} - run: |- - curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash - fossa analyze && fossa test - env: - # The FOSSA_API_KEY is configured on Akka organisation level - FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}" + #- name: FOSSA policy check + # if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-connectors' }} + # run: |- + # curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash + # fossa analyze && fossa test + # env: + # # The FOSSA_API_KEY is configured on Akka organisation level + # FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
