|
|
@ -24,7 +24,7 @@ jobs:
|
|
|
|
snyk:
|
|
|
|
snyk:
|
|
|
|
name: Snyk
|
|
|
|
name: Snyk
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
if: ${{ github.repository_owner == 'fluxcd' }}
|
|
|
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Run Snyk to check for vulnerabilities
|
|
|
|
- name: Run Snyk to check for vulnerabilities
|
|
|
|