Recreated audit as forgejo action

This commit is contained in:
Sebastian 2023-07-31 19:36:44 +02:00
parent 6fbe5949e6
commit d3c66b6260
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
on: [push]
jobs:
audit:
runs-on: docker
container:
image: forgejo.zenerdio.de/sebastian/apt-decoder-ci:v0.1.0
steps:
- uses: actions/checkout@v3
- run: export CARGO_HOME=/root/.cargo && cargo audit