Skip to content

Commit

Permalink
OWASP OWASP#714 : Fixing issues related to triggering of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
puneeth072003 committed Oct 30, 2023
1 parent 0f7a3c8 commit 4fd1aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner,
repo,
workflow_id: 'other-workflow.yml',
workflow_id: 'building-jar-cache.yml',
ref: 'main'
})
- name: Start wrongsecrets
Expand Down

0 comments on commit 4fd1aca

Please sign in to comment.