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 01fbe4a commit e13d576Copy full SHA for e13d576
tests/integration/cases/oracle-macaron/test.yaml
@@ -2,7 +2,7 @@
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3
4
description: |
5
- Analyzing the staging branch of the Macaron repo to detect vulnerable GitHub Actions.
+ Analyzing the main branch of the Macaron repo to detect vulnerable GitHub Actions.
6
7
tags:
8
- macaron-python-package
@@ -15,7 +15,7 @@ steps:
15
- -rp
16
- https://github.com/oracle/macaron
17
- -b
18
- - staging
+ - main
19
- name: Run macaron verify-policy to verify passed/failed checks
20
kind: verify
21
options:
0 commit comments