-
Notifications
You must be signed in to change notification settings - Fork 88
Created new release using workflows and deleted old one #940
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
base: v3_er
Are you sure you want to change the base?
Conversation
…to match old pipeline
* fix python descriptor file resolution * added comment for readability
- Remove jf audit step - Build and run Frogbot scan-repository on itself - True dogfooding: Frogbot scanning Frogbot 🐸 - Fails if vulnerabilities found
- Replace manual go build + run with jfrog/frogbot@v2 action - Simpler, faster, and more reliable - Added JF_FAIL flag to fail on security issues
- Frogbot will scan and fail on issues - Won't attempt to create automatic fix pull requests
- Replace 'jf go build' with 'go build' to remove JFrog CLI overhead - Add cache warmup step before parallel builds - Pre-download dependencies once - Warm up Go build cache with initial build - Should significantly reduce parallel build time from 6min to 2-3min
This reverts commit edfd425.
- When a config profile is fetched from XSC, explicitly set CreateAutoFixPr = false - This ensures autofix is disabled for repositories using config profiles - Autofix behavior can still be controlled via environment variables when not using config profiles
go.mod
Outdated
| module github.com/jfrog/frogbot/v2 | ||
|
|
||
| go 1.24.6 | ||
| go 1.25.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the current version is v3 is 1.25.5
is there a reason for the downgrade?
go.mod
Outdated
| github.com/jfrog/jfrog-cli-core/v2 v2.60.1-0.20251023084247-a56afca52451 | ||
| github.com/jfrog/jfrog-cli-security v1.21.9 | ||
| github.com/jfrog/jfrog-client-go v1.55.1-0.20251023073119-78f187c9afbf | ||
| github.com/jfrog/jfrog-cli-security v1.22.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is a pr you started to work on a while ago, the dependencies versions are already higher please ensure you are not downgrading versions for our dependencies
- Resolved conflicts by taking v3_er changes - Kept new release.yml workflow - Updated buildAndUpload.sh for parallel builds - Removed JFrog Pipelines templates - Removed frogbot-config.yml schema
Uh oh!
There was an error while loading. Please reload this page.