Skip to content

Commit e1f23cf

Browse files
committed
chore(deps): update pre-commit hooks and add netbox version
1 parent 7d4a34d commit e1f23cf

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,16 @@ body:
4141
- type: input
4242
id: version
4343
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
4554
description: |
4655
Copy paste the version line at the top of your logs.
4756
It MUST be in the form `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)`.

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-case-conflict
1212

1313
- repo: https://github.com/golangci/golangci-lint
14-
rev: v1.63.4
14+
rev: v1.64.5
1515
hooks:
1616
- id: golangci-lint
1717

@@ -43,7 +43,7 @@ repos:
4343
- id: cspell
4444

4545
- repo: https://github.com/google/osv-scanner/
46-
rev: v2.0.0-beta1
46+
rev: v2.0.0-beta2
4747
hooks:
4848
- id: osv-scanner
4949
args: ["-r", "."]

0 commit comments

Comments
 (0)