From bb0ea05746bc5347543e816d83ef0804badd2ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 20:04:33 +0000 Subject: [PATCH] Bump endorlabs/github-action in the github-actions group Bumps the github-actions group with 1 update: [endorlabs/github-action](https://github.com/endorlabs/github-action). Updates `endorlabs/github-action` from 1.0.0 to 1.1.3 - [Release notes](https://github.com/endorlabs/github-action/releases) - [Commits](https://github.com/endorlabs/github-action/compare/b51bd06466b545f01a6ac788e3e1147695d3936c...a8ac7b44747fcbe98d0e80ab2d4e91f7ab9028fa) --- updated-dependencies: - dependency-name: endorlabs/github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/endorlabs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/endorlabs.yml b/.github/workflows/endorlabs.yml index 938701e..a34ed69 100644 --- a/.github/workflows/endorlabs.yml +++ b/.github/workflows/endorlabs.yml @@ -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@b51bd06466b545f01a6ac788e3e1147695d3936c + uses: endorlabs/github-action@a8ac7b44747fcbe98d0e80ab2d4e91f7ab9028fa 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@b51bd06466b545f01a6ac788e3e1147695d3936c + uses: endorlabs/github-action@a8ac7b44747fcbe98d0e80ab2d4e91f7ab9028fa with: namespace: "example" # Modify the namespace to your Endor Labs tenant namespace. ci_run: "false"