Skip to content

Commit 3c15c2c

Browse files
authored
Create vulnerable.yml
1 parent 257b70f commit 3c15c2c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/vulnerable.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Vulnerable Action
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
get-secret:
10+
name: Get Some Secrets
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Directory Listing
14+
run: ls

0 commit comments

Comments
 (0)