Update to commit sha
This commit is contained in:
@@ -29,13 +29,13 @@ jobs:
|
|||||||
# run: mvn clean install
|
# run: mvn clean install
|
||||||
- name: Endor Labs Scan Pull Request
|
- name: Endor Labs Scan Pull Request
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
uses: endorlabs/github-action@main
|
uses: endorlabs/github-action@b51bd06466b545f01a6ac788e3e1147695d3936c
|
||||||
with:
|
with:
|
||||||
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
|
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
|
||||||
sarif_file: findings.sarif
|
sarif_file: findings.sarif
|
||||||
- name: Endor Labs Scan Push to main
|
- name: Endor Labs Scan Monitor
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: endorlabs/github-action@v1.0.0
|
uses: endorlabs/github-action@b51bd06466b545f01a6ac788e3e1147695d3936c
|
||||||
with:
|
with:
|
||||||
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
|
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
|
||||||
ci_run: "false"
|
ci_run: "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user