Giter Site home page Giter Site logo

gioragutt / scan-unverified-actions Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 187 KB

This action scans actions used in your workflow files and outputs those that are unverified by github.

License: MIT License

TypeScript 86.66% JavaScript 12.14% Shell 1.21%
security github-action javascript-action

scan-unverified-actions's Introduction

scan-unverified-actions

This action scans actions used in your workflow files and outputs those that are unverified by github.

Inputs

Name Type Required Default Description
workflows-dir string โœ… .github/workflows Path to workflows directory

Outputs

Name Type Description
found-unverified-actions boolean whether or not unverified actions were found
verified-actions JSON Array the verified actions found
unverified-actions JSON Array the unverified actions found
custom-actions JSON Array the custom actions found
unknown-actions JSON Array actions the scanner couldn't understand

Example usage

jobs:
  job:
    runs-on: ubuntu-latest
    name: Find unverified actions
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Find unverified actions
        id: scan
        uses: gioragutt/scan-unverified-actions@v1

      - name: Print output
        run: |
          echo "Found? ${{ steps.scan.outputs.found-verified-actions }}"
          echo "Output ${{ steps.scan.outputs.unverified-actions }}"

Development

First, fork the repo.

# Install dependencies after cloning
yarn

# Lint the code
yarn lint
yarn lint --fix

# Test the code
yarn test

# Bundle dist
yarn bundle

Deployment

To deploy, make whatever code changes you want, followed by:

./deploy.sh "commit message"

scan-unverified-actions's People

Contributors

gioragutt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.