8000 GitHub - ju1m/haskell-security-action: Scan for vulnerabilities and create advisories on GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ju1m/haskell-security-action

 
 

Repository files navigation

haskell-security-action

Scan for vulnerabilities and create advisories on GitHub.

Usage

name: Scan for vulnerabilities
on:
  # Scan for each push event on your protected branch
  # push:
    # branches: [ "main" ]
  # Scan for pull requests
  # pull_request:
    # branches: [ "main" ]
  # Schedule a daily scan at midnight
  schedule:
    - cron: '0 0 * * *'
  workflow_dispatch:

jobs:
  haskell-security:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Run Haskell Security Action
        uses: blackheaven/haskell-security-action@master
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

About

Scan for vulnerabilities and create advisories on GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 86.1%
  • Nix 13.5%
  • Shell 0.4%
0