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 e8f1ff7 commit 2fa1a27Copy full SHA for 2fa1a27
.github/workflows/sca-scan.yml
@@ -1,26 +1,15 @@
1
name: Source Composition Analysis Scan
2
on:
3
pull_request:
4
- types: [ opened, synchronize, reopened ]
+ types: [opened, synchronize, reopened]
5
jobs:
6
security:
7
runs-on: ubuntu-latest
8
-
9
steps:
10
- uses: actions/checkout@master
11
- - name: Generate local.properties
12
- run: echo "sdk.dir=${ANDROID_SDK_ROOT}" > local.properties
13
- - name: cat
14
- run: cat local.properties
15
- - name: pwd
16
- run: pwd
17
- - name: env
18
- run: env
19
- name: Run Snyk to check for vulnerabilities
20
uses: snyk/actions/gradle@master
21
env:
22
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
23
with:
24
- args: --fail-on=all
25
- command: test || ls
26
+ args: --fail-on=all --all-sub-projects
0 commit comments