Skip to content

Merge pull request #1548 from SocialGouv/build/bump-next15-react19 #1797

Merge pull request #1548 from SocialGouv/build/bump-next15-react19

Merge pull request #1548 from SocialGouv/build/bump-next15-react19 #1797

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Run HawkScan
uses: stackhawk/hawkscan-action@v2.1.3
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
codeScanningAlerts: true
githubToken: ${{ github.token }}