mirror of https://github.com/o2sh/onefetch.git
3 changed files with 0 additions and 33 deletions
@ -1,6 +0,0 @@ |
|||||||
[advisories] |
|
||||||
ignore = [ |
|
||||||
"RUSTSEC-2020-0071", # `time` localtime_r segfault |
|
||||||
"RUSTSEC-2020-0159", # `chrono` localtime_r segfault |
|
||||||
"RUSTSEC-2024-0421", # `idna` |
|
||||||
] |
|
||||||
@ -1,26 +0,0 @@ |
|||||||
name: Security Audit |
|
||||||
on: |
|
||||||
push: |
|
||||||
branches: [main] |
|
||||||
paths: |
|
||||||
- "**/Cargo.toml" |
|
||||||
- "**/Cargo.lock" |
|
||||||
pull_request: |
|
||||||
branches: [main] |
|
||||||
paths: |
|
||||||
- "**/Cargo.toml" |
|
||||||
- "**/Cargo.lock" |
|
||||||
schedule: |
|
||||||
# Once a week at midnight UTC |
|
||||||
- cron: "0 0 * * 0" |
|
||||||
workflow_dispatch: |
|
||||||
|
|
||||||
jobs: |
|
||||||
audit: |
|
||||||
name: Security audit |
|
||||||
runs-on: ubuntu-latest |
|
||||||
steps: |
|
||||||
- uses: actions/checkout@v4 |
|
||||||
- uses: rustsec/audit-check@v2 |
|
||||||
with: |
|
||||||
token: ${{ secrets.GITHUB_TOKEN }} |
|
||||||
Loading…
Reference in new issue