mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-31 05:04:39 +00:00
Do 'mvn clean install' when running security-scan GH workflow (#6492)
This commit is contained in:
parent
cac59328d0
commit
550b4645cf
2
.github/workflows/security-scan.yml
vendored
2
.github/workflows/security-scan.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
make install_all install_apis
|
||||
|
||||
- name: Maven build
|
||||
run: mvn -DskipTests clean package
|
||||
run: mvn -DskipTests clean install
|
||||
|
||||
- name: Run Scan
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user