mirror of
https://github.com/aquasecurity/trivy-action.git
synced 2026-05-14 03:02:40 +00:00
chore(ci): update bump-trivy workflow (#546)
This commit is contained in:
@@ -12,7 +12,7 @@ run-name: Bump trivy to v${{ inputs.trivy_version }}
|
||||
|
||||
jobs:
|
||||
bump:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-2404-2core
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
id: create-pr
|
||||
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
|
||||
with:
|
||||
token: ${{ secrets.ORG_REPO_TOKEN }}
|
||||
token: ${{ secrets.TRIVY_ACTION_DEPLOY_TOKEN }}
|
||||
title: "chore(deps): Update trivy to v${{ inputs.trivy_version }}"
|
||||
commit-message: "chore(deps): Update trivy to v${{ inputs.trivy_version }}"
|
||||
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
||||
|
||||
Reference in New Issue
Block a user