Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-kernel-debusine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
JOB_INDEX: "0"
DEBUSINE_HOST: ${{ vars.DEBUSINE_HOST }}
DEBUSINE_SCOPE: ${{ vars.DEBUSINE_SCOPE }}
DEBUSINE_USER: ${{ secrets.DEBUSINE_USER }}
DEBUSINE_TOKEN: ${{ secrets.DEBUSINE_TOKEN }}
DEBUSINE_PARENT_WORKSPACE: ${{ inputs.debusine-parent-workspace }}
SUITE: ${{ inputs.suite }}
Expand All @@ -128,7 +129,7 @@

- name: Note Debusine workspace URL
run: |
echo "Debusine Workspace URL: ${{ steps.build-debusine.outputs.workspace_url }}" >> "$GITHUB_STEP_SUMMARY"

Check failure on line 132 in .github/workflows/build-kernel-debusine.yml

View workflow job for this annotation

GitHub Actions / Scan workflows for security issues

template-injection

build-kernel-debusine.yml:132: code injection via template expansion: may expand into attacker-controllable code

# ---------------------------------------------------------------------------
# publish: download built .deb files from Debusine and upload to S3.
Expand Down
Loading