File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Check out code
32
32
uses : actions/checkout@v2
33
+ with :
34
+ fetch-depth : 0
33
35
34
36
- name : Cache node modules
35
37
uses : actions/cache@v2
53
55
54
56
- name : Publish Unit Test Results
55
57
uses : docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
58
+ continue-on-error : true
56
59
with :
57
60
github_token : ${{ secrets.GITHUB_TOKEN }}
58
61
files : test-results/**/*.xml
Original file line number Diff line number Diff line change 1
1
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
2
version: v1.14.1
3
3
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
- ignore:
5
- SNYK-JS-LODASH-567746:
6
- - '*':
7
- reason: no fix or usages of vulnerable method
8
- expires: 2020-09-30T00:00:00.000Z
4
+ ignore: {}
9
5
patch: {}
You can’t perform that action at this time.
0 commit comments