AlicanAkkus / pinder-action

GitHub Action to find sensitive data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password

pinder

pinder checks your source code to prevent possible security problems. you can configure it when pull requests opened/modified or pushing codes to master.

Table of Contents

Usage

See the check.yml file for an example run action. Demo available at pinder-action-test

name: check

on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-18.04
    steps:
      - uses: actions/checkout@master
      - name: Check password
        uses: AlicanAkkus/pinder-action@0.1

Contribute

Any contributions are welcome! Please see the contributing file for details.

Code of Conduct

Please check the code of conduct page for efficient collaboration and communication.

License

This project licensed under MIT.

About

GitHub Action to find sensitive data

License:MIT License


Languages

Language:Shell 65.1%Language:Dockerfile 34.9%