Skip to content

Commit

Permalink
Fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCockx committed Dec 1, 2023
1 parent cd8e43b commit f8e70be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cve-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build with Maven
run: mvn clean install -DskipTests
- name: CVE scanning
uses: dependency-check/Dependency-Check_Action@1.1.0
uses: dependency-check/Dependency-Check_Action@v1
env:
JAVA_HOME: /opt/jdk
with:
Expand All @@ -43,7 +43,7 @@ jobs:
--suppression allow-list.xml
--failOnCVSS 7
- name: Upload results
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v3
with:
name: CVE Scan Report
path: ${{github.workspace}}/reports

0 comments on commit f8e70be

Please sign in to comment.