Skip to content

create project sonar #9

create project sonar

create project sonar #9

Workflow file for this run

name: Workflow
on:
push:
branches:
- feature-clase1
jobs:
SAST:
runs-on: ubuntu-latest
steps:
- name: Creando Proyecto en Sonarcloud
run: |
set +e
curl -f -X POST -u '${{ secrets.SONAR_TOKEN }}:' 'https://sonarcloud.io/api/projects/create' -d 'name=pet-clinic' -d 'organization=devsecopsusach' -d 'visibility=public'