From c191fa5eda74f4e6524cfa9f2ae1fd39fc1e198f Mon Sep 17 00:00:00 2001 From: jkan2 <5862123+jkan2@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:25:23 -0700 Subject: [PATCH] add listen.dev github actions file --- .github/workflows/lstn.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/lstn.yml diff --git a/.github/workflows/lstn.yml b/.github/workflows/lstn.yml new file mode 100644 index 0000000000..70cd1e3f9f --- /dev/null +++ b/.github/workflows/lstn.yml @@ -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/action@v0.11 + with: + jwt: ${{ secrets.LSTN_API_KEY }} + ci: only \ No newline at end of file