Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove govulncheck action #628

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .github/workflows/run-govulncheck.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions docs/contributor/04-10-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,6 @@ This workflow calls the reusable [workflow](/.github/workflows/run-unit-tests-re

This [workflow](/.github/workflows/markdown-link-check.yaml) is triggered daily at midnight and by each PR on the `main` branch. It checks for dead links in the repository.

## Govulncheck Workflow

This [workflow](/.github/workflows/run-govulncheck.yaml) runs the Govulncheck. It is triggered by PRs on the `main` branch that change at least one of the following:
- `/.github` directory content
- `/api` directory content
- `/cmd` directory content
- `/config` directory content
- `/controllers` directory content
- `/deployments` directory content
- `/examples` directory content
- `/hack` directory content
- `/internal` directory content
- `/module-chart` directory content
- `/module-resources` directory content
- `/scripts` directory content
- `config.yaml` file
- `Dockerfile` file
- `go.mod` file
- `go.sum` file
- `main.go` file
- `Makefile` file
- any `*.go` file
- any `*.sh` file

## Reusable Workflows

There are reusable workflows created. Anyone with access to a reusable workflow can call it from another workflow.
Expand Down
Loading