Skip to content

Commit

Permalink
add listen.dev github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkan2 committed Oct 29, 2024
1 parent 8776a6a commit c191fa5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lstn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: listen.dev Vulnerability Check
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- develop

jobs:
listen_dev:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run listen.dev Scan
uses: listendev/[email protected]
with:
jwt: ${{ secrets.LSTN_API_KEY }}
ci: only

0 comments on commit c191fa5

Please sign in to comment.