From 1c8ae9f283d848f98ad06d0a7a3f1209c16f69e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3jcik?= <58668583+Adam-it@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:22:51 +0100 Subject: [PATCH] Removes permissions advisor --- .github/workflows/permission-advisor.yml | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/permission-advisor.yml diff --git a/.github/workflows/permission-advisor.yml b/.github/workflows/permission-advisor.yml deleted file mode 100644 index 2c777b3..0000000 --- a/.github/workflows/permission-advisor.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Sample workflow to run the action -name: Permissions Advisor - -permissions: - actions: read - -on: - workflow_dispatch: - inputs: - name: - description: 'The name of the workflow file to analyze' - required: true - type: string - count: - description: 'How many last runs to analyze' - required: false - type: string - default: "10" - -jobs: - advisor: - runs-on: ubuntu-latest - steps: - - uses: GitHubSecurityLab/actions-permissions/advisor@v1 - with: - name: ${{ inputs.name }} - count: ${{ fromJSON(inputs.count) }} \ No newline at end of file