Skip to content

Commit 97d7adf

Browse files
committed
OWASP OWASP#714 : Fixing workflow triggering isues
1 parent da7be73 commit 97d7adf

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/dast-zap-test.yml

-15
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ jobs:
2626
- name: Check cache hit
2727
id: cache-hit-check
2828
run: echo "cache-hit=${{ steps.cache.outputs.cache-hit }}" >> $GITHUB_ENV
29-
# - name: Set up JDK 21
30-
# uses: actions/setup-java@v3
31-
# with:
32-
# java-version: "21"
33-
# distribution: "corretto"
34-
# - name: Clean install
35-
# run: ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
36-
# - name: Cache JAR file
37-
# id: cache-jar
38-
# uses: actions/cache@v3
39-
# with:
40-
# path: ./target/wrongsecrets-1.7.0-SNAPSHOT.jar
41-
# key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
42-
# restore-keys: |
43-
# JarCache-${{ runner.os }}-
4429
- name: Trigger Building JAR cache
4530
if: steps.cache.outputs.cache-hit != 'true'
4631
uses: actions/github-script@v4

0 commit comments

Comments
 (0)