Skip to content
Discussion options

You must be logged in to vote

Hello Marko. Merry Christmas!

Unfortunately, the way the script is currently coded expects the use of some kind of allowlist. Not creating the ALLOWLIST_URLS variable or leaving it empty will always result in the defaults being used.

You can work around this by deleting the Download allowlists step from the YAML file and creating a new one, like in the example below:

<       - name: Download allowlists
<         run: npm run download:allowlist
<         env:
<           ALLOWLIST_URLS: ${{ vars.ALLOWLIST_URLS }}
---
>       - name: Create empty allowlist
>         run: echo '' > allowlist.txt

That way, no allowlists will be downloaded, and the required allowlist.txt file will be empty.

I…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Marko-98
Comment options

@mrrfv
Comment options

@Marko-98
Comment options

@mrrfv
Comment options

Answer selected by mrrfv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants