From 88bcaa37d711bb83ce6c187e7826d704998a575b Mon Sep 17 00:00:00 2001 From: yennamsanthosh-skyflow <84496972+yennamsanthosh-skyflow@users.noreply.github.com> Date: Thu, 27 Jan 2022 12:59:23 +0530 Subject: [PATCH 1/2] Create insiderSecAnalysis.yml --- .github/workflows/insiderSecAnalysis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/insiderSecAnalysis.yml diff --git a/.github/workflows/insiderSecAnalysis.yml b/.github/workflows/insiderSecAnalysis.yml new file mode 100644 index 00000000..e89d4546 --- /dev/null +++ b/.github/workflows/insiderSecAnalysis.yml @@ -0,0 +1,22 @@ +name: insiderAnalysis +on: + pull_request: + branches: [main] + push: + branches: [main,'*'] +jobs: + insider: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + + - name: Run Insider + uses: insidersec/insider-action@v0 + with: + technology: kotlin + # Relative path under $GITHUB_WORKSPACE to use as a target + # In this example, will use $GITHUB_WORKSPACE/src as a target + target: Skyflow From 6e9531b28e5e1fa5ffc08852d60d4db9ac9de62f Mon Sep 17 00:00:00 2001 From: yennamsanthosh-skyflow <84496972+yennamsanthosh-skyflow@users.noreply.github.com> Date: Thu, 27 Jan 2022 13:02:30 +0530 Subject: [PATCH 2/2] Update insiderSecAnalysis.yml --- .github/workflows/insiderSecAnalysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/insiderSecAnalysis.yml b/.github/workflows/insiderSecAnalysis.yml index e89d4546..a90f5dc3 100644 --- a/.github/workflows/insiderSecAnalysis.yml +++ b/.github/workflows/insiderSecAnalysis.yml @@ -16,7 +16,7 @@ jobs: - name: Run Insider uses: insidersec/insider-action@v0 with: - technology: kotlin + technology: android # Relative path under $GITHUB_WORKSPACE to use as a target # In this example, will use $GITHUB_WORKSPACE/src as a target target: Skyflow