mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
disable snyk scan on forks, they won't have the necessary secret
This commit is contained in:
parent
6aa292e33d
commit
b32efe0187
1
.github/workflows/snyk-scan.yml
vendored
1
.github/workflows/snyk-scan.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user