Skip to content

feat(security): redact secrets from execution output and audit (#690) #377

feat(security): redact secrets from execution output and audit (#690)

feat(security): redact secrets from execution output and audit (#690) #377

name: CodeDecay Dogfood
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
codedecay:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Run CodeDecay
uses: ./packages/github-action
with:
mode: redteam
base: ${{ github.event.pull_request.base.sha }}
head: ${{ github.event.pull_request.head.sha }}
cwd: .
format: markdown
github-token: ${{ github.token }}