diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 15:15:15 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-03-04 20:22:15 +0100 |
| commit | 856d0ccb2fa20c3a3d7e58b6fec528befa9329e8 (patch) | |
| tree | 545e91751965fcbd94e75c0d4d8329db79a6ce57 /.github/workflows/properties | |
| parent | 89a5c8004efaa8f42c86a1aedb609f49ec511333 (diff) | |
Add periodic GHA job to run cargo audit
Diffstat (limited to '.github/workflows/properties')
| -rw-r--r-- | .github/workflows/properties/audit.properties.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/properties/audit.properties.json b/.github/workflows/properties/audit.properties.json new file mode 100644 index 0000000..fd3a848 --- /dev/null +++ b/.github/workflows/properties/audit.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Audit", + "description": "Cargo audit", + "iconName": "rust", + "categories": ["Rust"] +} |
