There was an error while loading. Please reload this page.
1 parent ff88fb3 commit 395066aCopy full SHA for 395066a
.github/workflows/snyk.yaml
@@ -0,0 +1,17 @@
1
+name: Snyk Monitor
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ security:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v2
11
+ - name: Run Snyk to check for vulnerabilities
12
+ uses: snyk/actions/python-3.8@master
13
+ env:
14
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
15
+ with:
16
+ command: monitor
17
+ args: --file=tutorials/ros_unity_integration/ros2_packages/unity_robotics_demo/setup.py
0 commit comments