Browse Source

remove audit github action

pull/1500/merge
o2sh 12 months ago
parent
commit
97020325b3
No known key found for this signature in database
GPG Key ID: E68B161DA72A5D7C
  1. 6
      .cargo/audit.toml
  2. 26
      .github/workflows/audit.yml
  3. 1
      docs/README.tr.md

6
.cargo/audit.toml

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # `time` localtime_r segfault
"RUSTSEC-2020-0159", # `chrono` localtime_r segfault
"RUSTSEC-2024-0421", # `idna`
]

26
.github/workflows/audit.yml

@ -1,26 +0,0 @@ @@ -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 }}

1
docs/README.tr.md

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
<p align="center">
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a>
<a href="https://github.com/o2sh/onefetch/actions"><img src="https://github.com/o2sh/onefetch/workflows/CI/badge.svg" alt="Build Status"></a>
<a href="https://onefetch.dev"><img src="../assets/language-badge.svg"></a>
<a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/help%20wanted?color=green" alt="help wanted"></a>
<a href="../LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<img src="../assets/msrv-badge.svg">

Loading…
Cancel
Save