Skip to content

Commit

Permalink
Merge pull request #1 from kubewarden/implementation
Browse files Browse the repository at this point in the history
Initial implementation
  • Loading branch information
flavio authored Oct 1, 2024
2 parents f76d7eb + 07c5238 commit baedb35
Show file tree
Hide file tree
Showing 16 changed files with 1,266 additions and 298 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/cargo-generate-test.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
on:
push:
branches:
- main
- master
- main
- master
tags:
- 'v*'
- "v*"

name: Release policy

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 +23,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/pod-ndots
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 baedb35

Please sign in to comment.