From d3c66b626002b177d9bd48a253feddee328f40fe Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 31 Jul 2023 19:36:44 +0200 Subject: [PATCH] Recreated audit as forgejo action --- .forgejo/workflows/audit.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .forgejo/workflows/audit.yml diff --git a/.forgejo/workflows/audit.yml b/.forgejo/workflows/audit.yml new file mode 100644 index 0000000..08a2a79 --- /dev/null +++ b/.forgejo/workflows/audit.yml @@ -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 \ No newline at end of file