Skip to content

Commit

Permalink
Merge pull request #2 from kubewarden/implement-policy
Browse files Browse the repository at this point in the history
Implement the policy
  • Loading branch information
flavio authored Nov 21, 2024
2 parents 0452128 + f816a26 commit 801232f
Show file tree
Hide file tree
Showing 25 changed files with 19,027 additions and 372 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/cargo-generate-test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

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

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.0
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.3.5
with:
oci-target: ghcr.io/kubewarden/policies/image-cve-policy
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-rust.yml@v3.1.0
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.3.5
Loading

0 comments on commit 801232f

Please sign in to comment.