Skip to content

Commit f46c42e

Browse files
authored
Merge pull request #2476 from cthorn42/maint/main/FACT-3104_update_snyk_monitor
(FACT-3104) Update the Snyk monitor action
2 parents 68952f2 + ec56fb3 commit f46c42e

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 5 * * 1-5'
64
push:
75
branches:
86
- main
@@ -23,7 +21,7 @@ jobs:
2321
- name: Run Snyk to check for vulnerabilities
2422
uses: snyk/actions/ruby@master
2523
env:
26-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
24+
SNYK_TOKEN: ${{ secrets.SNYK_FOSS_KEY }}
2725
with:
2826
command: monitor
2927
args: --org=puppet-foss --project-name=${{ github.repository }}

0 commit comments

Comments
 (0)