Skip to content

feat: background audit config, severity and category annotations. #28

feat: background audit config, severity and category annotations.

feat: background audit config, severity and category annotations. #28

Workflow file for this run

on:
push:
branches:
- main
tags:
- 'v*'
name: Release policy
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/[email protected]
release:
needs: test
permissions:
# Required to create GH releases
contents: write
# Required to push to GHCR
packages: write
# Required by cosign keyless signing
id-token: write
uses: kubewarden/github-actions/.github/workflows/[email protected]
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/sysctl-psp