Skip to content

Commit

Permalink
fix: switch to ro token to use pull_request_target somewhat more safely
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 d7dc6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI🚦

on:
pull_request:
pull_request_target:
branches:
- main
workflow_dispatch:
Expand Down Expand Up @@ -55,7 +55,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 d7dc6e9

Please sign in to comment.