Skip to content

Commit 9efb48b

Browse files
committed
Skip provenance
1 parent e7ab63d commit 9efb48b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/macaron-check-github-actions.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ jobs:
7474
with:
7575
repo_path: https://github.com/${{ github.repository }}
7676
policy_file: check-github-actions
77-
policy_purl: pkg:github/${{ github.repository }}@${{ github.sha }}
77+
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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<version>1.0.7</version>
1414
</parent>
1515

16-
<properties>
17-
<maven.javadoc.skip>true</maven.javadoc.skip>
18-
</properties>
19-
2016
<dependencyManagement>
2117
<dependencies>
2218
<dependency>

0 commit comments

Comments
 (0)