Skip to content

init64/dnslookup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Lookup Action

Get scan reports for (A,MX,TXT,CNAME) records

Usage

name: Scan DNS records
on: push

jobs:
  nslookup:
    runs-on: ubuntu-latest
    steps:
      - uses: init64/dnslookup@master
        with:
          domain: "example.org"