Skip to content

Commit

Permalink
fix: run on pull request target
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
  • Loading branch information
rwaffen committed Aug 27, 2024
1 parent 1080242 commit 2a81452
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
name: CI🚦

on:
pull_request:
branches:
- main
pull_request_target:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a81452

Please sign in to comment.