Skip to content

build: lock file maintenance #1430

build: lock file maintenance

build: lock file maintenance #1430

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