Skip to content
Snippets Groups Projects
Commit acfc5b95 authored by Francisco Perez's avatar Francisco Perez
Browse files

Merge branch 'main' into 'main'

Adding a script to open a web browser with StepSecurity API to run an analysis open it

See merge request eclipsefdn/security/scripts!4
parents a735bc50 7af36057
No related branches found
No related tags found
1 merge request!4Adding a script to open a web browser with StepSecurity API to run an analysis open it
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
STEPSECURITY_API=https://app.stepsecurity.io/securerepo?repo
main(){
xdg-open ${STEPSECURITY_API}=${@} > /dev/null 2>&1
}
main ${@}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment