Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update endorlabs/github-action digest to aa5139f - autoclosed #7

Closed
wants to merge 1 commit into from
Closed
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
# run: mvn clean install
- name: Endor Labs scan pull request
if: github.event_name == 'pull_request'
uses: endorlabs/github-action@1aedae63420c07dda7f0a7cf76ecfbce5b698170
uses: endorlabs/github-action@aa5139fcbfa6faa120afc511f0678f81485e83bc
with:
namespace: "madsrc" # 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@1aedae63420c07dda7f0a7cf76ecfbce5b698170
uses: endorlabs/github-action@aa5139fcbfa6faa120afc511f0678f81485e83bc
with:
namespace: "madsrc" # Modify the namespace to your Endor Labs tenant namespace.
pr: "false"
Expand Down
Loading