Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3d6e4a79
Commit
3d6e4a79
authored
Sep 04, 2024
by
Brad Davidson
Committed by
Brad Davidson
Sep 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix /trivy action running against target branch instead of PR branch
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
de4bb2e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
trivy.yaml
.github/workflows/trivy.yaml
+2
-3
No files found.
.github/workflows/trivy.yaml
View file @
3d6e4a79
...
@@ -16,7 +16,7 @@ jobs:
...
@@ -16,7 +16,7 @@ jobs:
-
name
:
Checkout PR code
-
name
:
Checkout PR code
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
with
:
with
:
ref
:
${{ github.event.issue.pull_request.head.ref }}
ref
:
refs/pull/${{ github.event.issue.number }}/head
-
name
:
Comment Status on PR
-
name
:
Comment Status on PR
run
:
|
run
:
|
...
@@ -45,4 +45,4 @@ jobs:
...
@@ -45,4 +45,4 @@ jobs:
-
name
:
Report Failure
-
name
:
Report Failure
if
:
${{ failure() }}
if
:
${{ failure() }}
run
:
|
run
:
|
gh issue comment ${{ github.event.issue.number }} --edit-last -b ":x: Trivy scan action failed, check logs :x:"
gh issue comment ${{ github.event.issue.number }} --edit-last -b ":x: Trivy scan action failed, check logs :x:"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment