Browse Source
Misc fixes and updated typos
Signed-off-by: BlackDex <black.dex@gmail.com>
pull/6339/head
BlackDex
4 days ago
No known key found for this signature in database
GPG Key ID: 58C80A2AA6C765E1
4 changed files with
3 additions and
5 deletions
-
.github/workflows/trivy.yml
-
.github/workflows/typos.yml
-
.pre-commit-config.yaml
-
Cargo.toml
|
|
@ -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' |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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" |
|
|
|