We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053ee58 + 03d37cd commit d66bee0Copy full SHA for d66bee0
.github/workflows/snyk_monitor.yaml
@@ -1,8 +1,6 @@
1
---
2
name: Snyk Monitor
3
on:
4
- schedule:
5
- - cron: '0 6 * * 1-5'
6
push:
7
branches:
8
- main
@@ -27,7 +25,7 @@ jobs:
27
25
- name: Run Snyk to check for vulnerabilities
28
26
uses: snyk/actions/ruby@master
29
env:
30
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ secrets.SNYK_FOSS_KEY }}
31
with:
32
command: monitor
33
args: --org=puppet-foss --project-name=${{ github.repository }}#${{ steps.extract_branch.outputs.branch }}
0 commit comments