Skip to content

PPG007/keywords-scanner

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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keywords-scanner

This action will check if there are any keyword matched in files.

Inputs

  • keywords: the keywords to check, json array.
  • ignoreCase: should ignore keyword character case, boolean.
  • ignoredDirs: which dir won't be checked, json array.

Example usage

on: [push]

jobs:
  hello_world_job:
    runs-on: ubuntu-latest
    name: Scan Keywords
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Scan Keywords
        uses: PPG007/keywords-scanner@v1.0
        with:
          keywords: '["qq", "File"]'
          ignoreCase: true
          ignoredDirs: '[".git", "node_modules", "package.json"]'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published