[data/scanner] Add binaryedge
This commit is contained in:
5
.github/workflows/build-lists.yml
vendored
5
.github/workflows/build-lists.yml
vendored
@ -11,7 +11,8 @@ on:
|
||||
- cron: "30 */8 * * *"
|
||||
|
||||
jobs:
|
||||
build-stretchoid:
|
||||
build-scanners-list:
|
||||
name: Build scanners list
|
||||
environment:
|
||||
name: sudo-bot
|
||||
runs-on: ubuntu-latest
|
||||
@ -20,6 +21,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Build the stretchoid list
|
||||
run: ./make-stretchoid.sh
|
||||
- name: Build the binaryedge list
|
||||
run: ./make-binaryedge.sh
|
||||
- name: Post the summary
|
||||
run: |
|
||||
git add -A
|
||||
|
Reference in New Issue
Block a user