Skip to content

Commit

Permalink
OWASP OWASP#714 : Fixing workflow triggering isues
Browse files Browse the repository at this point in the history
  • Loading branch information
puneeth072003 committed Oct 31, 2023
1 parent d68db2d commit 17fdc4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Trigger Building JAR cache
- name: Trigger Building JAR cache with Git CLI
if: steps.cache.outputs.cache-hit != 'true'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh workflow run "Building JAR cache" --ref "main"
- name: Start wrongsecrets
Expand Down

0 comments on commit 17fdc4a

Please sign in to comment.