Commit bc1156c
authored
Hugoclsc/feature/GitHub actions (#114)
* initial actions
* Update CodeQL workflow to ignore certain paths
Ignore specific paths for CodeQL analysis on push and pull request events.
* experimenting workflows
* Add pylintrc configuration file, configure dev test code workflow
* split into multiple jobs
* Fail job on error
* pylint rc file, jobs refactores for dev workflow
* Remove upload artifacts for now, move pylintrc file to root dir
* Added upload artifacts with different files
* Rem: branch naming workflow, enviroment handles this
* Added fail-fast to false
* Run only on PR to dev
* Change file name
* Initial stage-ci workflow configuration
* Changed worflow name, added docstr-coverage tool to the workflow
* Added dependencies cache, reduces redundant installations, fixes incorrect pytest file
* Exclude F403 ruff error
* Added docstr-coverage dependency
* Fix incorrect requirements installation command
* bugfix on cli command for docstr-coverage
* Uncomment artifact upload
* Update pyproject.toml
* Added bandig config, bump requests version
* Bump requests version
* Bump requirement versions
* Add dev, stage requirements, bump all requirements
* Migrate pylint config options to pyproject.toml file
* Deleted pylintrc.dev file
* Remove unused dependencie
* uncomment upload artifacts
* Added bandit security tests
* Standardize bandit output to json
* Add environment
* Fix incorrect file extension for bandit
---------
Signed-off-by: Hugo Costa <[email protected]>1 parent 420a3e1 commit bc1156c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
0 commit comments