Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks and add netbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 18, 2025
1 parent 7d4a34d commit e1f23cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,16 @@ body:
- type: input
id: version
attributes:
label: What is the version of netbox-ssot
label: Which version of netbox are you using
description: |
You can find version of your netbox instance in the right end of the footer of the web interface.
validations:
required: true

- type: input
id: version
attributes:
label: Which version of netbox-ssot are you running
description: |
Copy paste the version line at the top of your logs.
It MUST be in the form `Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)`.
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-case-conflict

- repo: https://github.com/golangci/golangci-lint
rev: v1.63.4
rev: v1.64.5
hooks:
- id: golangci-lint

Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
- id: cspell

- repo: https://github.com/google/osv-scanner/
rev: v2.0.0-beta1
rev: v2.0.0-beta2
hooks:
- id: osv-scanner
args: ["-r", "."]
Expand Down

0 comments on commit e1f23cf

Please sign in to comment.