Skip to content

Commit

Permalink
chore: remove monitor action (keptn#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Aug 30, 2023
1 parent 4e088c5 commit b0b37ea
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 82 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
NON_FORKED_AND_NON_ROBOT_RUN: ${{ steps.get_run_type.outputs.NON_FORKED_AND_NON_ROBOT_RUN }}

steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down Expand Up @@ -88,9 +85,6 @@ jobs:
- name: "certificate-operator"
folder: "klt-cert-manager/"
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down Expand Up @@ -137,9 +131,6 @@ jobs:
- name: "certificate-operator"
folder: "klt-cert-manager/"
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down Expand Up @@ -244,9 +235,6 @@ jobs:
needs: [prepare_ci_run, build_image]
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out klt repo
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: "scheduler"
folder: "scheduler/"
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: "certificate-operator"
folder: "klt-cert-manager/"
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/htmltest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
name: Run Integration Tests
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
name: Run load Tests
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
markdown-link-check:
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
Expand All @@ -44,9 +41,6 @@ jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down Expand Up @@ -74,9 +68,6 @@ jobs:
name: Check CRD auto-generated docs
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
name: Performance Tests
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
release-examples:
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Checkout
uses: actions/checkout@v3

Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
name: "Prepare Security Scans"
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Determine Target Branch
id: determine_branch
run: |
Expand Down Expand Up @@ -105,9 +102,6 @@ jobs:
- tool: "kubescape"
kubescape-framework: "ARMOBest"
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Set up Go
if: matrix.tool == 'kubeconform'
uses: actions/setup-go@v4
Expand Down Expand Up @@ -207,9 +201,6 @@ jobs:
- "scheduler"
- "certificate-operator"
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Download images
id: download_images
uses: actions/download-artifact@v3
Expand All @@ -235,11 +226,7 @@ jobs:
- "metrics-operator"
- "scheduler"
- "klt-cert-manager"

steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
Expand All @@ -263,9 +250,6 @@ jobs:
needs: [security-scans, govulncheck, trivy]
if: failure() && github.event_name == 'schedule'
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Formulate bug issue
id: formulate_bug_issue
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/set-date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
set_date:
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Get project data
env:
GITHUB_TOKEN: ${{ secrets.KEPTN_BOT_PROJECT_TOKEN }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- uses: actions/stale@v8
with:
days-before-stale: 60
Expand All @@ -29,9 +26,6 @@ jobs:
stale-good-first-issues:
runs-on: ubuntu-latest
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- uses: actions/stale@v8
with:
days-before-stale: 21
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Update Labels
uses: actions/labeler@v4
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/validate-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
name: Check helm documentation values
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down Expand Up @@ -57,9 +54,6 @@ jobs:
name: Run helm tests
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Check out code
uses: actions/checkout@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/validate-semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
validate:
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- name: Validate Pull Request
uses: amannn/[email protected]
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/yaml-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- name: Install monitor action
uses: GitHubSecurityLab/actions-permissions/monitor@v1

- uses: actions/checkout@v3

- name: Lint YAML files
Expand Down

0 comments on commit b0b37ea

Please sign in to comment.