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 1f5dca3 commit 69ce929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcli-core/fcli-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply from: "${sharedGradleScriptsDir}/fcli-module.gradle"
ext.generatedToolDefinitionsDir = "${buildDir}/tool-definitions"
tasks.register('generateToolDefinitionResources') {
doLast {
def toolDefinitionsSource = "https://raw.githubusercontent.com/fortify-ps/tool-definitions/main/v1/tool-definitions.yaml.zip"
def toolDefinitionsSource = "https://github.com/fortify-ps/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}"
Expand Down

0 comments on commit 69ce929

Please sign in to comment.