Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

build(deps): bump endorlabs/github-action from e3c2c24b65c64607c2997c6a264bf27ca75d90be to 5f104e128de8d0c4d1174878aedbafdd85be3e79 in the github-actions group #272

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/endorlabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
# run: mvn clean install
- name: Endor Labs scan pull request
if: github.event_name == 'pull_request'
uses: endorlabs/github-action@e3c2c24b65c64607c2997c6a264bf27ca75d90be
uses: endorlabs/github-action@5f104e128de8d0c4d1174878aedbafdd85be3e79
with:
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
sarif_file: findings.sarif
- name: Endor Labs scan monitor
if: github.event_name == 'push'
uses: endorlabs/github-action@e3c2c24b65c64607c2997c6a264bf27ca75d90be
uses: endorlabs/github-action@5f104e128de8d0c4d1174878aedbafdd85be3e79
with:
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
ci_run: "false"
Expand Down
Loading