mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 18:10:30 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c970a70c35 |
@@ -22,7 +22,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run Trivy filesystem scan
|
||||
uses: aquasecurity/trivy-action@v0.36.0
|
||||
uses: aquasecurity/trivy-action@0.28.0
|
||||
with:
|
||||
scan-type: fs
|
||||
scan-ref: ${{ matrix.scan-ref }}
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
<junit.version>5.10.2</junit.version>
|
||||
<jackson.version>2.17.2</jackson.version>
|
||||
<json-schema-validator.version>1.5.7</json-schema-validator.version>
|
||||
<json-schema-validator.version>3.0.3</json-schema-validator.version>
|
||||
<!-- 默认跳过 GPG;发布签名:mvn -Prelease-sign verify(见 RELEASING.md) -->
|
||||
<gpg.skip>true</gpg.skip>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user