Skip to content

Commit

Permalink
Chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain-za committed Oct 22, 2023
1 parent ea8426d commit a4ae5c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/scripts
/systemd
/Cargo.lock
config.json
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ repository = "https://github.com/bitbrain-za/judge"
homepage = "https://github.com/bitbrain-za/judge"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mysql = "24.0.0"
log = "0.4.17"
Expand All @@ -26,5 +24,4 @@ sha256 = "1.4.0"
termimad = "0.25.2"
cliclack = "0.1.8"
envcrypt = "0.5.0"

scoreboard_db = { version = "0.2.1", features = ["database"]}

0 comments on commit a4ae5c8

Please sign in to comment.