Explorar el Código

disable snyk scan on forks, they won't have the necessary secret

El RIDO hace 2 años
padre
commit
b32efe0187
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/snyk-scan.yml

+ 1 - 0
.github/workflows/snyk-scan.yml

@@ -12,6 +12,7 @@ jobs:
   # https://github.com/snyk/actions/tree/master/php
   snyk-php:
     runs-on: ubuntu-latest
+    if: ${{ github.repository == 'PrivateBin/PrivateBin' }}
     steps:
       - uses: actions/checkout@v4
       - name: Install Google Cloud Storage