Skip to content

Update the structure to include more fingerprints patterns, which fixes https://github.com/projectdiscovery/wappalyzergo/issues/39 #109

Update the structure to include more fingerprints patterns, which fixes https://github.com/projectdiscovery/wappalyzergo/issues/39

Update the structure to include more fingerprints patterns, which fixes https://github.com/projectdiscovery/wappalyzergo/issues/39 #109

Workflow file for this run

name: 🔨 Build Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Check out code
uses: actions/checkout@v3
- name: Test
run: go test ./...