test vulnscan action
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-30 12:00:11 +01:00
parent 8473b553f8
commit 4c0d5f6ef9
2 changed files with 12 additions and 5 deletions

View File

@@ -18,5 +18,11 @@ see [docker-compose.yaml](docker-compose.yaml)
## test drone config
```sh
drone starlark --format --stdout
drone starlark --format --stdout
```
## run vulnscan locally
```bash
act -W .gitea/workflows/vulnscan.yaml -j scan
```