nuclei-templates/.github/workflows/template-db-indexer.yml

32 lines
825 B
YAML
Raw Normal View History

name: 📑 Template-DB Indexer
on:
push:
2023-11-27 08:58:31 +00:00
tags:
- '*'
workflow_dispatch:
jobs:
index:
2023-07-27 23:05:09 +00:00
runs-on: ubuntu-latest-16-cores
if: github.repository == 'projectdiscovery/nuclei-templates'
steps:
2023-01-15 16:05:57 +00:00
- name: Set up Go
uses: actions/setup-go@v5
with:
2023-10-30 12:01:26 +00:00
go-version: 1.21.x
- name: Installing Indexer
run: |
git config --global url."https://${{ secrets.ACCESS_TOKEN }}@github".insteadOf https://github
git clone https://github.com/projectdiscovery/nucleish-api.git
cd nucleish-api/cmd/generate-index/
go install
- name: Generate Index
env:
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
run: |
2024-04-28 10:37:41 +00:00
generate-index -mode templates -eft