Skip to content

Commit

Permalink
chore: Update default tool definitions URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jan 30, 2024
1 parent 5777aba commit 1f5dca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import picocli.CommandLine.Option;

public class ToolDefinitionsUpdateMixin {
private static final String DEFAULT_URL = "https://github.com/fortify-ps/tool-definitions/raw/main/v1/tool-definitions.yaml.zip";
private static final String DEFAULT_URL = "https://github.com/fortify-ps/tool-definitions/releases/download/v1/tool-definitions.yaml.zip";
private static final Path DESCRIPTOR_PATH = ToolDefinitionsHelper.DEFINITIONS_STATE_DIR.resolve("state.json");
@Getter @Option(names={"-s", "--source"}, required = false, descriptionKey="fcli.tool.definitions.update.definitions-source")
private String source = DEFAULT_URL;
Expand Down

0 comments on commit 1f5dca3

Please sign in to comment.