Skip to content

Commit

Permalink
Update slither.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inigo-rootstocklabs authored Jun 19, 2024
1 parent d812bd1 commit 65cd81c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
@@ -17,20 +17,3 @@ jobs:
fail-on: none
slither-args: --filter-paths "openzeppelin,RIF,util" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
target: .

- name: Create Slack payload
id: create-slack-payload
run: |
npm install -g md-to-pdf
touch slither-output.md
echo -n '${{steps.slither.outputs.stdout }}' > slither-output.md
md-to-pdf slither-output.md > slither-output.pdf
- uses: MeilCli/slack-upload-file@v3
with:
slack_token: ${{ secrets.SLACK_TOKEN }}
channel_id: 'C05UBKD9Y65'
file_path: 'slither-output.pdf'
initial_comment: 'Slither scan results for ${{github.repository}}'

0 comments on commit 65cd81c

Please sign in to comment.