Skip to content

Commit

Permalink
Allow user to restrict ingress rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Sep 27, 2024
1 parent 87ebb0c commit 9793832
Show file tree
Hide file tree
Showing 10 changed files with 631 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/license_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: cargo install --locked cargo-deny
- name: Install cargo deny
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- run: cargo deny check licenses
Loading

0 comments on commit 9793832

Please sign in to comment.