Skip to content

feat: support RBAC bypass by group for OKD resources with requester annotation #1372

feat: support RBAC bypass by group for OKD resources with requester annotation

feat: support RBAC bypass by group for OKD resources with requester annotation #1372

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: DATREE_ENFORCE="true" go test -v ./...