apt-decoder/.forgejo/workflows/audit.yml

18 lines
468 B
YAML
Raw Permalink Normal View History

2023-08-01 19:39:06 +02:00
on: push
2023-07-31 19:36:44 +02:00
jobs:
audit:
runs-on: docker
container:
2023-08-01 19:39:06 +02:00
image: forgejo.zenerdio.de/sebastian/apt-decoder-ci:v0.2.1
2023-07-31 19:36:44 +02:00
steps:
- uses: actions/checkout@v3
2023-08-01 18:45:00 +02:00
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
2023-08-01 19:39:06 +02:00
key: audit-apt-decoder
- run: CARGO_HOME=/root/.cargo cargo audit