File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 41
41
- type : input
42
42
id : version
43
43
attributes :
44
- label : What is the version of netbox-ssot
44
+ label : Which version of netbox are you using
45
+ description : |
46
+ You can find version of your netbox instance in the right end of the footer of the web interface.
47
+ validations :
48
+ required : true
49
+
50
+ - type : input
51
+ id : version
52
+ attributes :
53
+ label : Which version of netbox-ssot are you running
45
54
description : |
46
55
Copy paste the version line at the top of your logs.
47
56
It MUST be in the form `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)`.
Original file line number Diff line number Diff line change 11
11
- id : check-case-conflict
12
12
13
13
- repo : https://github.com/golangci/golangci-lint
14
- rev : v1.63.4
14
+ rev : v1.64.5
15
15
hooks :
16
16
- id : golangci-lint
17
17
43
43
- id : cspell
44
44
45
45
- repo : https://github.com/google/osv-scanner/
46
- rev : v2.0.0-beta1
46
+ rev : v2.0.0-beta2
47
47
hooks :
48
48
- id : osv-scanner
49
49
args : ["-r", "."]
You can’t perform that action at this time.
0 commit comments