Recreated audit as forgejo action
/ audit (push) Failing after 3s Details

This commit is contained in:
Sebastian 2023-08-01 10:48:20 +02:00
parent ba3c11fee4
commit ad19fd45a4
2 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,11 @@
on: [push]
jobs:
audit:
runs-on: docker
container:
image: dbrgn/cargo-audit
steps:
- uses: actions/checkout@v3
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- run: cargo install cargo-audit
- run: cargo audit

View File

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good