Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/herodevs-scheduled-scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by the HeroDevs Automated Remediation Platform.
# Generated by HeroDevs Evergreen.
# Scheduled scan: weekly on monday at 09:00 (UTC-3).
# This workflow does no work itself: its completed runs notify the HeroDevs
# platform (workflow_run webhook), which scans 'main' and opens
Expand All @@ -24,5 +24,5 @@ jobs:
steps:
- name: Request a HeroDevs platform scan
run: |
echo "Scan requested. The HeroDevs Automated Remediation Platform picks this run up"
echo "Scan requested. HeroDevs Evergreen picks this run up"
echo "and scans the repository server-side — no work happens on this runner."
Loading