Skip to content

Test

Test #31

Workflow file for this run

name: Vulnerability Scan Failure Slack Notify
on:
push: # todo: remove before merging
workflow_dispatch:
schedule:
- cron: '0 16 * * 1' # 16:00 every Monday
jobs:
vulnerability-scan-failure-notify:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-vulnerability-scan-failure-notify.yaml@ccm-UID2-4528-report-faillures-on-scheduled-vulnerability-detection-runs # todo: change to v3 before merging
secrets: inherit
with:
scan_type: fs

Check failure on line 13 in .github/workflows/test-vul.yaml

View workflow run for this annotation

GitHub Actions / Vulnerability Scan Failure Slack Notify

Invalid workflow file

The workflow is not valid. .github/workflows/test-vul.yaml (Line: 13, Col: 18): Invalid input, scan_type is not defined in the referenced workflow.
vulnerability-scan-failure-compare-version:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-vulnerability-scan-filesystem-failure-notify.yaml@ccm-UID2-4528-report-faillures-on-scheduled-vulnerability-detection-runs # todo: change to v3 before merging
secrets: inherit