You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify and fix action that checks for vulns
This commit changes the following:
- Allow to manually trigger the action from the GH web UI (via
workflow_dispatch)
- Fix the output of the script being truncated to a single line
- Use the automatically generated GITHUB_TOKEN instead of
providing a personal token
- Use `working-directory:` instead of calling `cd`
- Create issues using the `create-an-issue` action, instead of
using the GitHub API
0 commit comments