Skip to content

Commit

Permalink
🐛 Adjust configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmfnsc committed Apr 8, 2024
1 parent 1943dfe commit bfa6f94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/mobsf.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
with:
gradle-cli-opts: "--info"
sonar-organization: "arthurmfnsc"
sonar-project-key: "api-first"
sonar-token: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ opciones, por lo que agregué varias GithubActions para validar algunos concepto
pipeline.

Algunas de ellas nunca he trabajado antes como Codacy, CodeQL, Contrast, Crunch42,
Dependency review, devskim, mobsf, scorecard, semgrep y SooS.
Dependency review, devskim, scorecard, semgrep y SooS.

En el futuro, el repositorio puede sufrir cambios no necesariamente relacionados con la
parte de seguridad, pero la pipeline de CI/CD y el contexto de seguridad permanecerán.
Expand Down

0 comments on commit bfa6f94

Please sign in to comment.