Skip to content

Commit

Permalink
Snyk workflow failing while building Quarkus (keycloak#12389)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractj authored Jun 10, 2022
1 parent b5c8f92 commit cd1ea30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions quarkus/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit cd1ea30

Please sign in to comment.