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

Update Security CLI to v1.4.1 #718

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Conversation

attiasas
Copy link
Contributor

@attiasas attiasas commented Jun 27, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • Update documentation about new features / new supported technologies

Fixes: jfrog/jfrog-cli-security#95

@attiasas attiasas added the bug Something isn't working label Jun 27, 2024
@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Jun 27, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Jun 27, 2024
utils/params.go Outdated
@@ -102,7 +102,7 @@ func (p *Project) setDefaultsIfNeeded() error {
}
if len(p.PathExclusions) == 0 {
if p.PathExclusions, _ = readArrayParamFromEnv(PathExclusionsEnv, ";"); len(p.PathExclusions) == 0 {
p.PathExclusions = jas.DefaultExcludePatterns
p.PathExclusions = jas.DefaultJasExcludePatterns
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we have a treatment for DefaultScaExcludePatterns in another place then?

@attiasas attiasas added the safe to test Approve running integration tests on a pull request label Jun 27, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Jun 27, 2024
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@attiasas attiasas merged commit 5d9c42c into jfrog:dev Jun 27, 2024
31 of 33 checks passed
@attiasas attiasas deleted the update_sec_cli_141 branch November 28, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants