Skip to content

Commit 3f48d06

Browse files
committed
Run Macaron in advisory mode
1 parent 2a3f3f0 commit 3f48d06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/macaron-analysis.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- .github/workflows/**
1818
schedule:
1919
- cron: 20 15 * * 3
20+
workflow_dispatch:
2021

2122
permissions:
2223
contents: read
@@ -33,8 +34,10 @@ jobs:
3334
persist-credentials: false
3435

3536
# Check the GitHub Actions workflows in the repository for vulnerabilities.
37+
# Note: policy_purl is adapted for the CD3 Automation Toolkit repository.
3638
- name: Run Macaron action
3739
id: run_macaron
40+
continue-on-error: true
3841
uses: oracle/macaron@4ddb55e3c9ef2c77b548be55c557078c4476fd9c # v0.24.0
3942
with:
4043
repo_path: ./

0 commit comments

Comments
 (0)