mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
change runner for malware scan
This commit is contained in:
2
.github/workflows/malware-scan.yml
vendored
2
.github/workflows/malware-scan.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
# Plain `self-hosted` — GitHub applies this label to every self-hosted
|
# Plain `self-hosted` — GitHub applies this label to every self-hosted
|
||||||
# runner automatically. The scan is host-agnostic, unlike the deploy jobs
|
# runner automatically. The scan is host-agnostic, unlike the deploy jobs
|
||||||
# which pin to a branch-specific runner.
|
# which pin to a branch-specific runner.
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, dev]
|
||||||
outputs:
|
outputs:
|
||||||
infected: ${{ steps.scan.outputs.infected }}
|
infected: ${{ steps.scan.outputs.infected }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user