Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Adding additional Prodsec workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
arencro committed Jan 9, 2024
1 parent 4e76030 commit 3b82576
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cve2epss.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# CVE2EPSS Alert Parser
# Tool to open and close Dependabot alerts based on EPSS score
---
name: CVE2EPSS

'on':
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
cve2epss:
runs-on: ubuntu-latest

steps:
- name: CVE2EPSS
uses: HealthByRo/prodsec-tools/actions/cve2Epss@main
with:
TOKEN: ${{ secrets.GHAS_GITHUB_TOKEN }}
EPSS_SCORE: '0.003'
REPO: ${{ github.repository }}

0 comments on commit 3b82576

Please sign in to comment.