diff --git a/.github/workflows/endorlabs.yml b/.github/workflows/endorlabs.yml index fefcf7a..b55c77b 100644 --- a/.github/workflows/endorlabs.yml +++ b/.github/workflows/endorlabs.yml @@ -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"