mirror of
https://github.com/HMCore/Core.git
synced 2025-12-12 13:56:19 +00:00
Update snyk-infrastructure-analysis.yml
This commit is contained in:
@@ -21,6 +21,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up JDK 11
|
||||||
|
uses: actions/setup-java@v2
|
||||||
|
with:
|
||||||
|
java-version: '11'
|
||||||
|
distribution: 'adopt'
|
||||||
|
- name: Grant execute permission for gradlew
|
||||||
|
run: chmod +x gradlew
|
||||||
- name: Run Snyk to check configuration files for security issues
|
- name: Run Snyk to check configuration files for security issues
|
||||||
# Snyk can be used to break the build when it detects security issues.
|
# Snyk can be used to break the build when it detects security issues.
|
||||||
# In this case we want to upload the issues to GitHub Code Scanning
|
# In this case we want to upload the issues to GitHub Code Scanning
|
||||||
|
|||||||
Reference in New Issue
Block a user