Skip to content

Commit e183ba3

Browse files
committed
trying to fix periodic scan by adding 'checkout'
1 parent f827503 commit e183ba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trivy_periodic_image_scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21+
- name: Checkout repository
22+
uses: actions/checkout@v4
23+
2124
- name: Ensure image name is lower case
2225
id: image_name
2326
uses: vishalmamidi/lowercase-action@v1

0 commit comments

Comments
 (0)