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 da7be73 commit 97d7adf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/dast-zap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ jobs:
- name: Check cache hit
id: cache-hit-check
run: echo "cache-hit=${{ steps.cache.outputs.cache-hit }}" >> $GITHUB_ENV
# - name: Set up JDK 21
# uses: actions/setup-java@v3
# with:
# java-version: "21"
# distribution: "corretto"
# - name: Clean install
# run: ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
# - name: Cache JAR file
# id: cache-jar
# uses: actions/cache@v3
# with:
# path: ./target/wrongsecrets-1.7.0-SNAPSHOT.jar
# key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
# restore-keys: |
# JarCache-${{ runner.os }}-
- name: Trigger Building JAR cache
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/github-script@v4
Expand Down

0 comments on commit 97d7adf

Please sign in to comment.