Skip to content

Fortify on Demand Scan (push) #2427

Fortify on Demand Scan (push)

Fortify on Demand Scan (push) #2427

name: Fortify on Demand Scan
run-name: "Fortify on Demand Scan (${{ github.event_name }})"
on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '16 0 * * 5'
permissions:
actions: read
contents: read
security-events: write
jobs:
check-duplicate-run:
uses: fortify/.github/.github/workflows/check-duplicate-run.yml@main
FoD-Scan:
needs: check-duplicate-run
if: needs.check-duplicate-run.outputs.should_skip != 'true'
uses: fortify/.github/.github/workflows/fortify-analysis.yml@main
with:
java-version: '17'
secrets: inherit