Skip to content

Commit

Permalink
chore: Update tool definitions URLs
Browse files Browse the repository at this point in the history
rsenden committed Feb 1, 2024
1 parent d8854be commit 3062bbb
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fcli-core/fcli-tool/build.gradle
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ apply from: "${sharedGradleScriptsDir}/fcli-module.gradle"
ext.generatedToolDefinitionsDir = "${buildDir}/tool-definitions"
tasks.register('generateToolDefinitionResources') {
doLast {
def toolDefinitionsSource = "https://github.com/fortify-ps/tool-definitions/releases/download/v1/tool-definitions.yaml.zip"
def toolDefinitionsSource = "https://github.com/fortify/tool-definitions/releases/download/v1/tool-definitions.yaml.zip"
def toolDefinitionsFile = "tool-definitions.yaml.zip"
def toolDefinitionsRelativeDir = "com/fortify/cli/tool/config"
def toolDefinitionsRelativeFile = "${toolDefinitionsRelativeDir}/${toolDefinitionsFile}"
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
@Command(name=OutputHelperMixins.Update.CMD_NAME)
public class ToolDefinitionsUpdateCommand extends AbstractOutputCommand implements IJsonNodeSupplier, IActionCommandResultSupplier {
@Mixin @Getter private OutputHelperMixins.Update outputHelper;
private static final String DEFAULT_URL = "https://github.com/fortify-ps/tool-definitions/releases/download/v1/tool-definitions.yaml.zip";
private static final String DEFAULT_URL = "https://github.com/fortify/tool-definitions/releases/download/v1/tool-definitions.yaml.zip";
@Getter @Option(names={"-s", "--source"}, required = false, descriptionKey="fcli.tool.definitions.update.definitions-source")
private String source = DEFAULT_URL;

0 comments on commit 3062bbb

Please sign in to comment.