@metasession.co/devaudit-cli 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -54,7 +54,7 @@ function emitJsonResult(payload) {
54
54
 
55
55
  // package.json
56
56
  var package_default = {
57
- version: "0.1.19"};
57
+ version: "0.1.20"};
58
58
 
59
59
  // src/lib/version.ts
60
60
  var CLI_VERSION = package_default.version;
@@ -1184,6 +1184,8 @@ async function writeSdlcConfig(ctx, plan) {
1184
1184
  const existing = await readSdlcConfig(ctx.projectPath) ?? null;
1185
1185
  const defaultedIfNew = {
1186
1186
  runner: "ubuntu-latest",
1187
+ integration_branch: "develop",
1188
+ release_branch: "main",
1187
1189
  sast_baseline: 0,
1188
1190
  accepted_dep_risks: "",
1189
1191
  database_service: "",