Browse Source

Misc fixes and updated typos

Signed-off-by: BlackDex <black.dex@gmail.com>
pull/6339/head
BlackDex 4 days ago
parent
commit
b018b569bd
No known key found for this signature in database GPG Key ID: 58C80A2AA6C765E1
  1. 2
      .github/workflows/trivy.yml
  2. 2
      .github/workflows/typos.yml
  3. 2
      .pre-commit-config.yaml
  4. 2
      Cargo.toml

2
.github/workflows/trivy.yml

@ -46,6 +46,6 @@ jobs:
severity: CRITICAL,HIGH
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
with:
sarif_file: 'trivy-results.sarif'

2
.github/workflows/typos.yml

@ -19,4 +19,4 @@ jobs:
# When this version is updated, do not forget to update this in `.pre-commit-config.yaml` too
- name: Spell Check Repo
uses: crate-ci/typos@7436548694def3314aacd93ed06c721b1f91ea04 # v1.37.2
uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1

2
.pre-commit-config.yaml

@ -52,6 +52,6 @@ repos:
- "cd docker && make"
# When this version is updated, do not forget to update this in `.github/workflows/typos.yaml` too
- repo: https://github.com/crate-ci/typos
rev: 7436548694def3314aacd93ed06c721b1f91ea04 # v1.37.2
rev: 80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1
hooks:
- id: typos

2
Cargo.toml

@ -21,7 +21,6 @@ rust-version.workspace = true
license.workspace = true
publish.workspace = true
[features]
# default = ["sqlite"]
# Empty to keep compatibility, prefer to set USE_SYSLOG=true
@ -215,7 +214,6 @@ lto = "fat"
codegen-units = 1
debug = false
# Optimize for size
[profile.release-micro]
inherits = "release"

Loading…
Cancel
Save