-
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (27 loc) · 820 Bytes
/
Copy pathgitbot-fleet.yml
File metadata and controls
27 lines (27 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-License-Identifier: MPL-2.0
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
name: Gitbot Fleet
on:
push:
pull_request:
permissions:
actions: read
contents: read
jobs:
fleet-scan:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Clone gitbot-fleet + hypatia
run: |
mkdir -p _bot
git clone https://github.com/hyperpolymath/gitbot-fleet.git _bot/gitbot-fleet
git clone https://github.com/hyperpolymath/hypatia.git _bot/hypatia
- name: Run gitbot-fleet scan
env:
GITBOT_FLEET_DIR: ${{ github.workspace }}/_bot/gitbot-fleet
run: |
scripts/gitbot-fleet.sh run-scan