File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- uses : actions/checkout@v3
53
- - uses : apache/skywalking-eyes@v0.4 .0
53
+ - uses : apache/skywalking-eyes@v0.5 .0
54
54
55
55
pre-commit :
56
56
runs-on : ubuntu-latest
82
82
submodules : false
83
83
fetch-depth : " 0"
84
84
- name : Trufflehog Actions Scan
85
- uses : edplato/trufflehog-actions-scan@v0.9j -beta
85
+ uses : edplato/trufflehog-actions-scan@v0.9 -beta
86
86
with :
87
87
scanArguments : " --max_dept 50 -x .github/workflows/exclude-patterns.txt"
88
88
Original file line number Diff line number Diff line change 15
15
#
16
16
# TODO: go back to latest version when fixed
17
17
ARG SPLUNK_VERSION=8.2.6
18
- FROM splunk/universalforwarder:8.2.6
18
+ FROM splunk/universalforwarder:9.0.5
19
19
ARG SPLUNK_VERSION=8.2.6
20
20
ARG SPLUNK_APP_ID=TA_UNKNOWN
21
21
ARG SPLUNK_APP_PACKAGE=package
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ pytest-xdist = ">=2.3.0"
41
41
filelock = " ^3.0"
42
42
pytest-ordering = " ~0.6"
43
43
lovely-pytest-docker = { version =" ^0" , optional = true }
44
- junitparser = " ^2.2 .0"
44
+ junitparser = " ^3.0 .0"
45
45
addonfactory-splunk-conf-parser-lib = " ^0.3.3"
46
46
defusedxml = " ^0.7.1"
47
- Faker = " >=13.12 ,<19.0.0 "
47
+ Faker = " >=19.3 ,<19.4 "
48
48
xmltodict = " ^0.13.0"
49
- xmlschema = " ^1.11.3 "
49
+ xmlschema = " ^2.0.0 "
50
50
splunksplwrapper = " ^1.0.2"
51
51
urllib3 = " <2"
52
52
@@ -55,7 +55,7 @@ docker = ['lovely-pytest-docker']
55
55
56
56
[tool .poetry .group .dev .dependencies ]
57
57
lovely-pytest-docker = " ~0.3.0"
58
- pytest-cov = " ^3 .0.0"
58
+ pytest-cov = " ^4 .0.0"
59
59
requests-mock = " ^1.8.0"
60
60
freezegun = " ^1.2.1"
61
61
pytz = " ^2022.1"
@@ -64,8 +64,8 @@ pytz = "^2022.1"
64
64
optional = true
65
65
66
66
[tool .poetry .group .docs .dependencies ]
67
- jinja2 = " 3.0.3 "
68
- sphinx-rtd-theme = " 1.1.1 "
67
+ jinja2 = " 3.1.2 "
68
+ sphinx-rtd-theme = " 1.3.0 "
69
69
sphinx-panels = " 0.6.0"
70
70
71
71
[tool .poetry .plugins ]
You can’t perform that action at this time.
0 commit comments