Skip to content

security

security #526

Workflow file for this run

# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: security
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch: {}
jobs:
scan:
runs-on: ubuntu-latest
permissions:
security-events: read
issues: write
steps:
- name: scan
uses: cdk8s-team/cdk8s-dependabot-security-alerts@main
env:
GITHUB_TOKEN: ${{ secrets.PROJEN_GITHUB_TOKEN }}
REPO_ROOT: ${{ github.workspace }}
REPO_NAME: ${{ github.repository }}
OWNER_NAME: ${{ github.repository_owner }}