Skip to content

Commit

Permalink
Test audit run again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelovuo committed Feb 13, 2025
1 parent af47527 commit 82cdaa3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ on:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/audit.yml'

github-token:
action-input:
input: token
is-default: false
permissions:
issues: write
issues-reason: to create issues
checks: write
checks-reason: to create check
permissions:
issues: write
issues-reason: to create issues
checks: write
checks-reason: to create check

jobs:
security_audit:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

name: CI / Static Checks

permissions: read-all

jobs:

fmt:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

name: CI / Tests on macOS

permissions: read-all

jobs:

test-on-macos:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

name: CI / Tests

permissions: read-all

jobs:

test-on-ubuntu:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cms = { version = "0.2" , optional = true } # for ASN.1 parsing
der = { version = "0.7" , optional = true } # ASN.1 DER encoding
bcder = { version = "0.7" , optional = true } # ASN.1 DER encoding
const-oid = { version = "0.9" , optional = true } # more ASN.1
openssl = { version = "^0.10.70", optional = true }
openssl = { version = "0.10.70", optional = true }
cryptoki = { version = "0.8", optional = true }


Expand Down

0 comments on commit 82cdaa3

Please sign in to comment.