Skip to content

Commit

Permalink
Disable dependencyCheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrfranco committed Feb 13, 2024
1 parent cc0ae63 commit a91e3ef
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/dependencyCheck.yml
@@ -1,22 +1 @@

name: OWASP Dependency Check

on:
schedule:
- cron: "0 3/6 * * *"

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew dependencyCheckAggregate

0 comments on commit a91e3ef

Please sign in to comment.