diff --git a/.github/workflows/endorlabs.yaml b/.github/workflows/endorlabs.yaml index 628662ea..7b94a5ef 100644 --- a/.github/workflows/endorlabs.yaml +++ b/.github/workflows/endorlabs.yaml @@ -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"