parent
b5c8f92fe7
commit
cd1ea3054e
2 changed files with 12 additions and 1 deletions
2
.github/workflows/snyk.yml
vendored
2
.github/workflows/snyk.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
cache: maven
|
||||
|
||||
- name: Build Quarkus
|
||||
run: mvn -pl quarkus/dist -am -DskipTests clean install
|
||||
run: mvn -Psnyk-quarkus -pl quarkus/dist -am -DskipTests clean install
|
||||
|
||||
- uses: snyk/actions/setup@master
|
||||
- name: Check for vulnerabilities
|
||||
|
|
|
@ -50,4 +50,15 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>snyk-quarkus</id>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-quarkus-server-deployment</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue