fix the security scan for master branch

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-11 16:25:18 +02:00
parent f0e199bf11
commit 4d888afb2e

View File

@@ -19,8 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# TODO remove this ref
ref: "staging"
token: ${{ secrets.BOT_TOKEN }}
- id: set-dirs # Give it an id to handle to get step outputs in the outputs key above
run: echo "::set-output name=dir::$({ ls -d .containers/apps/*/ & ls -d .containers/base/*/; } | tr '\n' '\0' | xargs -0 -n 1 basename | jq -R -s -c 'split("\n")[:-1]')"