Skip to content

feat: add mask_stdout to redact secrets from sandboxed process output #45

feat: add mask_stdout to redact secrets from sandboxed process output

feat: add mask_stdout to redact secrets from sandboxed process output #45

Workflow file for this run

name: Test
on:
push:
branches: [ "**" ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: true
- name: Download dependencies
run: go mod download
- name: Run tests
run: go test ./... -v