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

feat: add PodSecurityStandard compliance scanning #385

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

spiarh
Copy link
Contributor

@spiarh spiarh commented Jan 18, 2023

This commit adds a new feature to scan manifest against a
PodSecurityStandard profile.

Since we know need to use some Kubernetes libraries, I've bumped to go
version.

It also fixes:

  • add a trailing new line when serializing JSON for readibility and
    consistency with YAML.
  • make sure a cobra command always returns to the caller with the right
    exit code.
  • short names of the commands to use only imperative in help

Signed-off-by: ludo controlplane@spiarh.fr

@spiarh spiarh changed the title feat: add support for PodSecurityStandard checks feat: add PodSecurityStandard compliance scanning Jan 19, 2023
@spiarh spiarh force-pushed the add_pss_scan branch 2 times, most recently from 578f5b9 to c98a5f7 Compare January 19, 2023 13:53
@spiarh spiarh marked this pull request as ready for review January 19, 2023 13:58
This commit adds a new feature to scan manifest against a
PodSecurityStandard profile.

Since we know need to use some Kubernetes libraries, I've bumped to go
version.

It also fixes:
* add a trailing new line when serializing JSON for readibility and
  consistency with YAML.
* make sure a cobra command always returns to the caller with the right
  exit code.
* short names of the commands to use only imperative in help

Signed-off-by: ludo <controlplane@spiarh.fr>

Signed-off-by: ludo <controlplane@spiarh.fr>
Signed-off-by: ludo <controlplane@spiarh.fr>
Signed-off-by: ludo <controlplane@spiarh.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant