Skip to content

Commit

Permalink
Rust implementation.
Browse files Browse the repository at this point in the history
Rewrite policy in Rust.

Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
  • Loading branch information
jvanz committed Apr 27, 2023
1 parent 2cb3400 commit 7c82328
Show file tree
Hide file tree
Showing 13 changed files with 1,785 additions and 79 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.0
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.3

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-swift.yml@v3.1.0
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.3
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/pod-runtime
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-swift.yml@v3.1.0
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.3
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
.DS_Store
/.build
/Packages
/*.xcodeproj
xcuserdata/
/*.wasm
target
Loading

0 comments on commit 7c82328

Please sign in to comment.