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 13d4aab commit cc14526
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:
# restore-keys: |
# JarCache-${{ runner.os }}-
- name: Trigger Building JAR cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/checkout@v2
with:
repository: owner/repo
token: ${{ secrets.GITHUB_TOKEN }}
path: .github/workflows/building-jar-cache.yml
- name: Run Building JAR cache workflow
if: steps.cache.outputs.cache-hit != 'true'
run: gh workflow run "Building JAR cache" --ref main
- name: Start wrongsecrets
run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault &
Expand Down

0 comments on commit cc14526

Please sign in to comment.