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 1583e2e commit e7feaf2Copy full SHA for e7feaf2
1 file changed
.github/workflows/endor.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pip install --user uv
21
- name: Endor Labs Scan Pull Request
22
if: github.event_name == 'pull_request'
23
- uses: endorlabs/github-action@v1.1.7
+ uses: endorlabs/github-action@v1.1.12
24
with:
25
namespace: "jellyfish" # Replace with your Endor Labs tenant namespace
26
scan_dependencies: true
@@ -31,7 +31,7 @@ jobs:
31
additional_args: "--exit-on-policy-warning"
32
- name: Endor Labs Scan Push to main
33
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
34
35
36
37
0 commit comments