Skip to content

Merge pull request #22 from cbk914/snyk-fix-cf891675cf4063c0f74a82b59… #18

Merge pull request #22 from cbk914/snyk-fix-cf891675cf4063c0f74a82b59…

Merge pull request #22 from cbk914/snyk-fix-cf891675cf4063c0f74a82b59… #18

name: 📑 Template-DB Indexer
on:
push:
branches:
- master
workflow_dispatch:
jobs:
index:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- 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: |
generate-index -mode templates