Skip to content

Initial commit

Initial commit #1

Workflow file for this run

on:
push:
branches:
- main
- master
tags:
- '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
release:
needs: test
permissions:
# Required to create GH release
contents: write
# Required to push to ghcr.io
packages: write
# Required by cosign keyless signing
id-token: write
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.0
with:
oci-target: ghcr.io/kubewarden/policies/image-cve-policy