Skip to content

Commit 6eaf35f

Browse files
committed
Tweak file location
1 parent 8592076 commit 6eaf35f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/security.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
ruby-version: 3.3
2222

2323
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag v4.1.7
24-
with:
25-
path: ruby-agent
2624

2725
- run: bundle # Generate a Gemfile.lock to scan
2826

@@ -32,8 +30,8 @@ jobs:
3230
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # tag v0.28.0
3331
with:
3432
scan-type: fs
35-
scan-ref: ./ruby-agent
36-
trivy-config: ./ruby-agent/trivy.yaml
33+
scan-ref: .
34+
trivy-config: trivy.yaml
3735
format: table
3836
exit-code: 1
3937

0 commit comments

Comments
 (0)