Automation API Security Test
Overview
This project is focused on automating security tests for APIs. It aims to provide a framework for easily integrating security tests into your CI/CD pipeline.
Features
- Automated security testing for APIs
- Integration with various CI/CD tools
- Detailed reporting of security vulnerabilities
Getting Started
Prerequisites
Installation
- Clone the repository
git clone https://github.com/hangga/automation-api-seccurity-test.git
- Navigate to the project directory
cd automation-api-seccurity-test - Build the project using Maven
mvn clean install
Usage
-
Run the security tests
mvn test -
View the test results
Test results will be generated in thetarget/surefire-reportsdirectory.
Contributing
We welcome contributions! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature-branch) - Open a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
If you have any questions or suggestions, please feel free to open an issue or contact the project maintainers.