From 2a81452cfa0623fbd5d94d644217cd8fb1a883a0 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Tue, 27 Aug 2024 16:30:29 +0200 Subject: [PATCH] fix: run on pull request target Signed-off-by: Robert Waffen --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 382d6ca9..c2ab8067 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,7 @@ name: CI🚦 on: - pull_request: - branches: - - main + pull_request_target: workflow_dispatch: jobs: @@ -55,7 +53,7 @@ jobs: uses: docker/login-action@v3 with: username: voxpupulibot - password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }} + password: ${{ secrets.DOCKERHUB_BOT_RO_PASSWORD }} - name: Analyze container image for CVEs id: analyze-image-cves