Skip to content

Commit 3931a9a

Browse files
authored
added the checkout step
1 parent 04ac057 commit 3931a9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
security:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout repo for running secrets analysis within workflow
13+
id: checkout
14+
uses: actions/[email protected]
15+
with:
16+
fetch-depth: 0
1217
- name: Log4j Scanning Step
1318
id: log4j
1419
uses: SecureStackCo/[email protected]

0 commit comments

Comments
 (0)