* build: harden integration_tests.yml permissions Signed-off-by: Alex <[email protected]> * build: harden image_builds.yml permissions Signed-off-by: Alex <[email protected]> Signed-off-by: Alex <[email protected]> Co-authored-by: Niklas Meyer <[email protected]>
@@ -5,6 +5,9 @@ on:
branches: [ "master", "staging" ]
workflow_dispatch:
+permissions:
+ contents: read # to fetch code (actions/checkout)
+
jobs:
docker_image_builds:
strategy:
+ contents: read
integration_tests:
runs-on: ubuntu-latest