Skip to content

Commit 49f2309

Browse files
authored
Merge pull request #8877 from mhashizume/PUP-14153/6.x_snyk
(PUP-14153) Updates Snyk GitHub workflow
2 parents 2c45f08 + 2fa7b3e commit 49f2309

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/snyk_monitor.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
name: Snyk Monitor
33
on:
4-
schedule:
5-
- cron: '0 6 * * 1-5'
64
push:
75
branches:
86
- 6.x
@@ -27,7 +25,7 @@ jobs:
2725
- name: Run Snyk to check for vulnerabilities
2826
uses: snyk/actions/ruby@master
2927
env:
30-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
28+
SNYK_TOKEN: ${{ secrets.SNYK_FOSS_KEY }}
3129
with:
3230
command: monitor
3331
args: --org=puppet-foss --project-name=${{ github.repository }}#${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)