Skip to content

Commit

Permalink
disable snyk scan on forks, they won't have the necessary secret
Browse files Browse the repository at this point in the history
  • Loading branch information
elrido committed May 30, 2024
1 parent 6aa292e commit b32efe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b32efe0

Please sign in to comment.