disable snyk scan on forks, they won't have the necessary secret
This commit is contained in:
parent
6aa292e33d
commit
b32efe0187
1 changed files with 1 additions and 0 deletions
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
|
# https://github.com/snyk/actions/tree/master/php
|
||||||
snyk-php:
|
snyk-php:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'PrivateBin/PrivateBin' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Google Cloud Storage
|
- name: Install Google Cloud Storage
|
||||||
|
|
Loading…
Reference in a new issue