diff --git a/.github/workflows/dast-zap-test.yml b/.github/workflows/dast-zap-test.yml index 826afaaa4..ff6be44cb 100644 --- a/.github/workflows/dast-zap-test.yml +++ b/.github/workflows/dast-zap-test.yml @@ -25,12 +25,13 @@ jobs: - name: Cache JAR file id: cache-jar uses: actions/cache@v3 - run: pwd with: path: target/wrongsecrets-1.7.0-SNAPSHOT.jar key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }} restore-keys: | JarCache-${{ runner.os }}- + - name: test + run: pwd - name: Start wrongsecrets run: nohup ./mvnw spring-boot:run -Dspring-boot.run.profiles=without-vault & - name: ZAP Scan