Skip to content

.github/workflows/sast.yml #207

.github/workflows/sast.yml

.github/workflows/sast.yml #207

Workflow file for this run

# By default this workflow will be running for PRs, pushes to the main branch and on a scheduled basis
on:
pull_request_target:
branches: [main]
pull_request:
branches: [main]
push:
branches: [main]
schedule:
# runs every day at 20:00 UTC
- cron: '0 20 * * *'
permissions: {} # Remove permissions
jobs:
sast:
uses: NordSecurity/security-scanner-workflows/.github/workflows/sast.yml@35c715910e21a4b84949be8c8be3432f5c2911ce
secrets:
SAST_TEAM: ${{ secrets.SAST_TEAM }}
SAST_URL: ${{ secrets.SAST_URL }}
SAST_USERNAME: ${{ secrets.SAST_USERNAME }}
SAST_PASSWORD: ${{ secrets.SAST_PASSWORD }}
SAST_CLIENT_SECRET: ${{ secrets.SAST_CLIENT_SECRET }}
SAST_ACTION_KEY: ${{ secrets.SAST_ACTION_KEY }}
UNC_ACTION_KEY: ${{ secrets.UNC_ACTION_KEY }}
with:
project-action-path: nagger-sast-action
unc-branch-enabled: false