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.
1 parent 021f379 commit f634395Copy full SHA for f634395
.github/workflows/sca-monitor.yml
@@ -0,0 +1,13 @@
1
+name: Source Composition Analysis Monitor
2
+on: push
3
+jobs:
4
+ security:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@master
8
+ - name: Run Snyk to check for vulnerabilities
9
+ uses: snyk/actions/node@master
10
+ env:
11
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
12
+ with:
13
+ command: monitor
0 commit comments