Skip to content

Commit

Permalink
Merge pull request #64 from viccuad/main
Browse files Browse the repository at this point in the history
Consume github-actions v2
  • Loading branch information
viccuad authored Mar 15, 2023
2 parents e895253 + 8b7a3d2 commit 0eb8b52
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
5 changes: 2 additions & 3 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-rust.yml@v1
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2

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

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v1
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v2
with:
input-wasm: verify_image_signatures
oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v1
with:
artifacthub: true
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "verify-image-signatures"
version = "0.2.4"
version = "0.2.5"
authors = ["raulcabello <[email protected]>","viccuad <[email protected]>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.4
version: 0.2.5
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: 2023-03-13T11:38:16.174459393Z
createdAt: 2023-03-15T12:35:27.787596932Z
description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod
license: Apache-2.0
homeURL: https://github.com/kubewarden/verify-image-signatures
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.4
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.5
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.4/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.5/policy.wasm
- name: source
url: https://github.com/kubewarden/verify-image-signatures
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ annotations:
io.artifacthub.displayName: Verify Image Signatures
io.artifacthub.resources: Pod
io.artifacthub.keywords: pod, signature, sigstore, trusted
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/verify-image-signatures
# io.kubewarden.hidden-ui: "true"
# rest
io.kubewarden.policy.title: verify-image-signatures
io.kubewarden.policy.description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod
io.kubewarden.policy.author: "Raul Cabello Martin <[email protected]>, Victor Cuadrado Juan <[email protected]>"
io.kubewarden.policy.url: https://github.com/kubewarden/verify-image-signatures
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/verify-image-signatures
io.kubewarden.policy.source: https://github.com/kubewarden/verify-image-signatures
io.kubewarden.policy.license: Apache-2.0

0 comments on commit 0eb8b52

Please sign in to comment.