Skip to content

Add controls for Pod Security Standards restricted policy #1135

Add controls for Pod Security Standards restricted policy

Add controls for Pod Security Standards restricted policy #1135

Workflow file for this run

name: verify
on:
push:
branches:
- '*'
paths-ignore:
- "**.md"
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.25.1
- run: make verify-extended