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"