File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 run : pip install --user uv
2121 - name : Endor Labs Scan Pull Request
2222 if : github.event_name == 'pull_request'
23- uses : endorlabs/github-action@v1.1.7
23+ uses : endorlabs/github-action@v1.1.12 # Endor uses immutable releases so hash pinning not required
2424 with :
2525 namespace : " jellyfish" # Replace with your Endor Labs tenant namespace
2626 scan_dependencies : true
3131 additional_args : " --exit-on-policy-warning"
3232 - name : Endor Labs Scan Push to main
3333 if : ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
34- uses : endorlabs/github-action@v1.1.7
34+ uses : endorlabs/github-action@v1.1.12 # Endor uses immutable releases so hash pinning not required
3535 with :
3636 namespace : " jellyfish" # Replace with your Endor Labs tenant namespace
3737 scan_dependencies : true
You can’t perform that action at this time.
0 commit comments