{"id":28570071,"url":"https://github.com/wallarm/fast-jenkins-plugin","last_synced_at":"2025-10-06T15:36:34.099Z","repository":{"id":148104947,"uuid":"239797845","full_name":"wallarm/fast-jenkins-plugin","owner":"wallarm","description":"Run Wallarm security tests in your Jenkins pipeline","archived":false,"fork":false,"pushed_at":"2020-03-03T12:22:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-10T17:58:51.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wallarm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-02-11T15:36:02.000Z","updated_at":"2022-09-14T09:59:48.000Z","dependencies_parsed_at":"2023-05-19T04:15:46.829Z","dependency_job_id":null,"html_url":"https://github.com/wallarm/fast-jenkins-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wallarm/fast-jenkins-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Ffast-jenkins-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Ffast-jenkins-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Ffast-jenkins-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Ffast-jenkins-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallarm","download_url":"https://codeload.github.com/wallarm/fast-jenkins-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarm%2Ffast-jenkins-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278637185,"owners_count":26019931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T17:40:02.314Z","updated_at":"2025-10-06T15:36:34.092Z","avatar_url":"https://github.com/wallarm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAST plugin for Jenkins\n\nPlugin for adding a Wallarm application security test stage in your pipeline.\nRequires a working `docker` command to run from inside the pipeline.\n\n## FAST setup and use\n\nRequires an account on us1.my.wallarm.com or my.wallarm.com\nAfter registration, you will need a Wallarm API TOKEN which can be created at https://us1.my.wallarm.com/nodes\nCreating a TestRun can be done here: https://us1.my.wallarm.com/testing/\nAfter you're done recording your baselines you may reuse the TestRecord in other TestRuns (i.e. in a pipeline)\n\nAny vulnerabilities found will be displayed here: https://us1.my.wallarm.com/vulnerabilities/\n\n## Plugin use\n\nThe FAST plugin has two modes of operation: recording and playback. Recording mode launches the plugin in proxy mode. All requests sent through the FAST proxy will be added to a newly created TestRecord for later use. Playback mode uses prerecorded TestRecords to run security tests as a separate build stage in your pipeline. It requires your target application to be up and running. FAST will use the same authentication as in the TestRecord. The host will be resolved via header-host unless a specific address is provided (via `app_host` and `app_port` - this option is recommended).\n\nThe Wallarm API TOKEN is always a required parameter for the plugin to function.\n\n### Recording mode\n\nShould you require automatic recording of Baselines, a recording mode is provided. This mode will allow you to send your test traffic through the FAST proxy. All requests sent this way will be recorded into a new Test Record for later use.\nFor this to work, some extra parameters need to be provided, like the port where the FAST docker container will accept incomming requests. If your application is running inside docker specifying a `local docker network` and `ip` will also be required.\nProviding a `Name` for the docker container is not required, but will help in cleanup if the build fails outside of the plugin scope. Without this parameter, the only (automatic) way for the proxy to shut down after recording is by waiting out the `Inactivity_timeout`\n\n### Playback mode\n\nWhen running FAST it will use a prerecorded set of baselines. For a specific set, you must specify the `Test Record ID`, otherwise the last recorded set will be used (useful if the recording and playback are done in a single run).\nYou may reuse the same Test Record multiple times with different Policies (you need to specify `Policy ID` for this, otherwise the default Policy will be used)\n\n## Building locally\n\nTo build the plugin locally run the following code:\n```\ngit clone https://gl.wallarm.com/wallarm-cloud/libs/FastJavaJenkinsPlugin\ncd FastJavaJenkinsPlugin\nmvn package\n```\n\nThe plugin will appear in `target/FastJenkinsPlugin.hpi`\n\nTo import the plugin you need to add it via Jenkins:\n\n1. Manage Plugins\n2. Advanced\n3. Upload Plugin (select FastJenkinsPlugin.hpi)\n4. Restart Jenkins\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallarm%2Ffast-jenkins-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallarm%2Ffast-jenkins-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallarm%2Ffast-jenkins-plugin/lists"}