Skip to content

fix: ne pas envoyer d'email quand l'ics est undefined #2102

fix: ne pas envoyer d'email quand l'ics est undefined

fix: ne pas envoyer d'email quand l'ics est undefined #2102

Workflow file for this run

name: HawkScan
on:
push:
branches: [ develop ]
schedule:
- cron: '0 8 * * 1' # Tous les lundis à 8h
jobs:
hawkscan:
name: HawkScan
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Run HawkScan
uses: stackhawk/[email protected]
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
codeScanningAlerts: true
githubToken: ${{ github.token }}