Skip to content

Commit e0feb06

Browse files
committed
Fixed pygoat test
1 parent a2def8d commit e0feb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codemod_pygoat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
repository: pixee/pygoat
3939
path: pygoat
4040
- name: Run Codemodder
41-
run: codemodder_hardening --dry-run --output output.codetf pygoat
41+
run: codemodder --dry-run --output output.codetf pygoat
4242
- name: Check PyGoat Findings
4343
run: make pygoat-test

0 commit comments

Comments
 (0)