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

Enhance artifact pull and push commands #112

Merged
merged 15 commits into from
Jun 21, 2024

Fix changelog printing for releases in goreleaser

1e40946
Select commit
Loading
Failed to load commit list.
Merged

Enhance artifact pull and push commands #112

Fix changelog printing for releases in goreleaser
1e40946
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Jun 21, 2024 in 1s

DryRun Security

Details

Sensitive Files Analyzer Findings: 2 detected

⚠️ Potential Sensitive File .env (click for details)
Type Potential Sensitive File
Description Environment files may contain important configurations and secret keys. Care should be taken when modifying these values as they may introduce unintended security impacting behavior such as a missing or malformed key necessary for cryptographic operations or might lead to calling the wrong service, etc. all of which can impact the security posture of your application.
Filename .env
CodeLink https://github.com/intelops/genval/blob/1e409466d5ef39a6e1c5860db4ff0d05de6a4dd0/.env#L0-L-1
⚠️ Potential Sensitive File go.mod (click for details)
Type Potential Sensitive File
Description Golang applications manage their dependencies through their go.mod and go.sum files. A change in these files may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename go.mod
CodeLink

genval/go.mod

Lines 24 to 30 in 1e40946

golang.org/x/oauth2 v0.21.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
sigs.k8s.io/release-utils v0.8.2
)