Skip to content

Commit

Permalink
Custom resources repository was changed to external resources reposit…
Browse files Browse the repository at this point in the history
…ory.
  • Loading branch information
asafgabai committed Nov 2, 2023
1 parent 07dc657 commit 370c999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public int getConnectionTimeout() {
}

@Override
public String getCustomResourcesRepo() {
public String getExternalResourcesRepo() {
return null;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ enum PolicyType {VULNERABILITIES, PROJECT, WATCHES}
int getConnectionTimeout();

/**
* Returns custom resources repository name. If it's not configured, null is returned.
* Returns external resources repository name. If it's not configured, null is returned.
*
* @return Custom resources repository name, if configured.
* @return External resources repository name, if configured.
*/
String getCustomResourcesRepo();
String getExternalResourcesRepo();

@SuppressWarnings("unused")
default boolean areCredentialsSet() {
Expand Down

0 comments on commit 370c999

Please sign in to comment.