We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3f3f0 commit 3f48d06Copy full SHA for 3f48d06
1 file changed
.github/workflows/macaron-analysis.yaml
@@ -17,6 +17,7 @@ on:
17
- .github/workflows/**
18
schedule:
19
- cron: 20 15 * * 3
20
+ workflow_dispatch:
21
22
permissions:
23
contents: read
@@ -33,8 +34,10 @@ jobs:
33
34
persist-credentials: false
35
36
# Check the GitHub Actions workflows in the repository for vulnerabilities.
37
+ # Note: policy_purl is adapted for the CD3 Automation Toolkit repository.
38
- name: Run Macaron action
39
id: run_macaron
40
+ continue-on-error: true
41
uses: oracle/macaron@4ddb55e3c9ef2c77b548be55c557078c4476fd9c # v0.24.0
42
with:
43
repo_path: ./
0 commit comments