Skip to content

Commit 76c24b0

Browse files
committed
chore(ort-scan)!: Enable all .ort.yml entries by default
One reason for auto-generating a `config.yml` is to enable users to quickly try out ORT on CI. Enable package curations and configurations by default, so that users can also quickly try out using them from within the `.ort.yml` files. Signed-off-by: Frank Viernau <[email protected]>
1 parent 4cbdccf commit 76c24b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/ort-scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
echo -e "\e[1;33m Generating a 'config.yml' with a PostgreSQL storage..."
168168
cat << EOF > ${ORT_CONFIG_PATH}/config.yml
169169
ort:
170+
enableRepositoryPackageConfigurations: true
171+
enableRepositoryPackageCurations: true
170172
packageCurationProviders:
171173
- type: DefaultFile
172174
- type: DefaultDir

0 commit comments

Comments
 (0)