Skip to content

Commit

Permalink
fix call to script (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera authored Jun 29, 2024
1 parent 93fd2d8 commit de64cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Generate MASVS yaml
run: python3 ./owasp-masvs/tools/generate_masvs_yaml.py -v ${{env.MASVS_VERSION}} -i ./owasp-masvs/Document -c ./owasp-masvs/controls
- name: Populate MASVS Categories Markdown Files
run: python3 ./owasp-masvs/src/populate_masvs_categories_md.py -d ./owasp-masvs/Document -w
run: python3 ./owasp-masvs/tools/populate_masvs_categories_md.py -d ./owasp-masvs/Document -w
- run: ./src/scripts/structure_masvs.sh

- name: Generate MASVS Control Markdown Files
Expand Down

0 comments on commit de64cf9

Please sign in to comment.