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

Commit

Permalink
build(deps): bump endorlabs/github-action in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [endorlabs/github-action](https://github.com/endorlabs/github-action).


Updates `endorlabs/github-action` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/endorlabs/github-action/releases)
- [Commits](endorlabs/github-action@d5bf0a5...a976557)

---
updated-dependencies:
- dependency-name: endorlabs/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent bafd36e commit a74b0f8
Showing 1 changed file with 2 additions and 2 deletions.
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@d5bf0a5acb1377e4d471e6570eec2b1093a5e423
uses: endorlabs/github-action@a976557f19ca26ac1dd024ae8fdebc9ff0b6ef66
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@d5bf0a5acb1377e4d471e6570eec2b1093a5e423
uses: endorlabs/github-action@a976557f19ca26ac1dd024ae8fdebc9ff0b6ef66
with:
namespace: "example" # Modify the namespace to your Endor Labs tenant namespace.
ci_run: "false"
Expand Down

0 comments on commit a74b0f8

Please sign in to comment.