You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/16 20:46:12 UTC

[incubator-pekko-connectors] branch disable-fossa-check created (now 03caf7d6)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a change to branch disable-fossa-check
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


      at 03caf7d6 disable fossa check

This branch includes the following new commits:

     new 03caf7d6 disable fossa check

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org


[incubator-pekko-connectors] 01/01: disable fossa check

Posted by fa...@apache.org.
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 <pj...@users.noreply.github.com>
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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org