Skip to content

Commit d647d5f

Browse files
authored
[CI][NFC] Set read-only permissions in workflows without permissions set (#18869)
We are getting a warning on some scorecard, `read-all` doesn't warn. --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent a8c8291 commit d647d5f

File tree

3 files changed

+2
-28
lines changed

3 files changed

+2
-28
lines changed

.github/workflows/trivy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
name: Trivy
44

5+
permissions: read-all
6+
57
on:
68
pull_request:
79
paths:

.github/workflows/ur-benchmarks-reusable.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/ur-benchmarks.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)