We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa2e54 commit 03deb6dCopy full SHA for 03deb6d
2 files changed
.github/workflows/test-vul.yaml
@@ -1,6 +1,6 @@
1
name: Vulnerability Scan Failure Slack Notify
2
on:
3
- push: # todo: remove before merging
+ push: # todo: remove before merging
4
workflow_dispatch:
5
schedule:
6
- cron: '0 16 * * 1' # 16:00 every Monday
.github/workflows/test.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Build website
25
run: npm run build
26
- name: Vulnerability Scan
27
- uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@ccm-UID2-4528-report-faillures-on-scheduled-vulnerability-detection-runs
+ uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
0 commit comments