We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ab63d commit 9efb48bCopy full SHA for 9efb48b
.github/workflows/macaron-check-github-actions.yaml
@@ -74,4 +74,6 @@ jobs:
74
with:
75
repo_path: https://github.com/${{ github.repository }}
76
policy_file: check-github-actions
77
- policy_purl: pkg:github/${{ github.repository }}@${{ github.sha }}
+ policy_purl: pkg:github/${{ github.repository }}@${{ github.sha }}
78
+ # Skip provenance check since this project doesn't produce artifacts
79
+ skip_provenance_check: true
ojdbc-provider-azure/pom.xml
@@ -13,10 +13,6 @@
13
<version>1.0.7</version>
14
</parent>
15
16
- <properties>
17
- <maven.javadoc.skip>true</maven.javadoc.skip>
18
- </properties>
19
-
20
<dependencyManagement>
21
<dependencies>
22
<dependency>
0 commit comments