Update endorlabs.yml
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
id-token: write # Used for keyless authentication to Endor Labs
|
id-token: write # Used for keyless authentication to Endor Labs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
#### Package Build Instructions
|
#### Package Build Instructions
|
||||||
### Use this section to define the build steps used by your software package.
|
### Use this section to define the build steps used by your software package.
|
||||||
@@ -27,13 +27,13 @@ jobs:
|
|||||||
# java-version: '17'
|
# java-version: '17'
|
||||||
# - name: Build Package
|
# - name: Build Package
|
||||||
# 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@b51bd06466b545f01a6ac788e3e1147695d3936c
|
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 Monitor
|
- name: Endor Labs scan monitor
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: endorlabs/github-action@b51bd06466b545f01a6ac788e3e1147695d3936c
|
uses: endorlabs/github-action@b51bd06466b545f01a6ac788e3e1147695d3936c
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user