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

Introduce gosec for Static Application Security Testing (SAST) #343

Open
wants to merge 1 commit into
base: machine-controller-manager-provider
Choose a base branch
from

Conversation

aaronfern
Copy link

What this PR does / why we need it:
This PR introduced 2 new make targets - make sast and make sast-report to run gosec for Static Application Security Testing

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:
This PR does not add either of the make targets to any pipeline nor does it address any security vulnerability. This will be taken care in a separate PR as there are quite a few to be resolved.

Release note:

Add `gosec` for Static Application Security Testing (SAST) via `make sast` and `make sast-report`.

@aaronfern aaronfern requested review from unmarshall, rishabh-11 and a team as code owners January 10, 2025 13:08
@gardener-robot gardener-robot added needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py) labels Jan 10, 2025
@gardener-robot-ci-2 gardener-robot-ci-2 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants