Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeQL actions Falla #3

Closed
RodriguezNazareno56 opened this issue Nov 3, 2023 · 1 comment
Closed

CodeQL actions Falla #3

RodriguezNazareno56 opened this issue Nov 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@RodriguezNazareno56
Copy link
Owner

Hay que comprender por qué falla esta acción. Imagino que en slack nos podrán dar una respuesta, debe ser un fallo presentes en todo o algún problema de configuración

https://github.com/RodriguezNazareno56/FIUBA-Algo3-TP2/actions/workflows/codeql-analysis.yml

@RodriguezNazareno56 RodriguezNazareno56 added the bug Something isn't working label Nov 3, 2023
@RodriguezNazareno56
Copy link
Owner Author

Bueno la solucion fue la que dieron por el grupo de slack del curso:

CodeQl es un scanner y realiza analisis de tu codigo para buscar posibles vulnerabilidades, otras herramientas como estas es SonarQube.
Borra el workflow desde tu repo y luego segui estos pasos para activarlo desde el github.
Como lo borro ?
Asumiento que estas dentro del repo. En una terminal corre

$ cd .github/workflows
$ git rm .\codeql-analysis.yml
$ git commit - m "Remove codeql workflow "
$ git push origin master

Para esto fue necesario hacer público el repositorio ya que las herramientas de 'Code scanning' solo estan disponibles para repositorios publicos u organizaciones

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant