Skip to content

Tags: iheanyi-aquasec/postee

Tags

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bug(output): fix issue assignee for on-premise jira (aquasecurity#162)

closes aquasecurity#158

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(webhook): make webhook work correctly with rego templates (aquase…

…curity#153)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .goreleaser.yml

v2.0

Toggle v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2 (aquasecurity#144)

* [issue-103] Add reload API

* [issue-103] Add test for reload config

* [issue-103] Add frontend and backend for UI

* [issue-103] added Vuex and get API support

* [issue-103] added PluginProperty component, registered more fields

* [issue-103] fixed input type check

* [issue-103] Add http server for static files

* [issue-103] Add dockerfile for deploy UI

* [issue-103] added known fields

* [issue-103] Migrate to using Postee

* [issue-103] Add updating of the config file

* [issue-103] wired up scan counts and redux state

* [issue-103] Add /update API

* [issue-118] Add /audit API

* [issue-118] Add tests for the alert listener

* [issue-118] Add tests for getters of services

* [issue-108] Add the hundler of input events

* [issue-118] Add eventservice tests to Makefile

* [issue-118] Add BuildMapContent and RenderingContent tests

* [issue-103] added fixes to support saving of configuration file

* [issue-118] Add TestHandlingResult with demo plugin

* [issue-118] Fix a Codespell error

* [issue-118] Add a template for login events

* [issue-118] Transfer a REGO checker to the separate package

* [issue-118] Add REGO checks for audit actions

* [issue-118] Add a default template for audit events

* [issue-103] added API to gather/display plugin stats

* [issue-103] added code to reload webhook config

* [issue-103] fixed Docker config

* [issue-118] Run go fmt

* [issue-118] Add a handling rego test

* [issue-118] Run go fmt

* [issue-103] added general validator implementation

* [issue-103] added more custom validators

* [issue-103] clean up of Vuex config

* [issue-118] Add several config files

* [issue-118] Add multiplugins support

* [issue-118] Add input rules

* [issue-118] Add new cfg description

* [issue-103] wired authentication

* [issue-103] finished authentication

* [issue-103] integration testing initial implementation

* [issue-103] integration testing code cleanup

* [issue-103] finished docker-compose config, added misc fixes

* [issue-103] fixed permission issues with docker

* [issue-103] moved api key to bolt

* [issue-103] fixed scan count message

* [v2] Update a config file

* [v2] Changes to single config file

* [v2] Changes to single config file

* [v2] Change config file

* [issue-103] added yaml support for frontend, added new frontend layout

* [v2] Restruct policies into routes

* [v2] Add a name server for building of Teams Plugin

* [v2] Add init routes

* [v2] Change a rego check from files to modules

* [v2] Fix to terminate plugins

* [v2] Fix a template for rego module

* [v2] Add a handling for REGO rules of routes

* [issue-103] created form and validation mixins, added settings page

* [v2] Change an input interface

* [v2] misc fixes

* [v2] Remove old REGO check function

* [v2] Add templates with template service

* [v2] Fix prev.rendering

* [v2] added UI for routes

* [v2] Fix routes and templates initialization

* [v2] Init REGO templates

* [v2] misc fixes and code clean up

* [v2] added unique name validator

* [v2] split store to modules

* [v2] added templates

* [v2] added CodeMirror with rego mode

* [v2] added some images to UI

* [v2] converted template checkboxes to dropdown

* [v2] added config validation

* [v2] made route output a collection

* [v2] add controls to add jira custom fields

* [v2] Add a template rendering based on REGO

* [v2] Add omitempty to PluginSettings fields

* [v2] Init tests for v2

* [v2] Fix output a name to logs

* [v2] Run go fmt for tests

* [v2] Replace content rendering for Aggregation

* [v2] added slack example to test

* [v2] Remove templateservice package

* [v2] fix a template loading

* [v2] Build a content via a REGO rule

* [v2] Change a slack sending for correct json input

* [v2] Add a REGO template for Slack into cfg file

* [v2] fixed rego rule

* [v2] Change a template output name from template to result

* [v2] added some field layout improvements

* [v2] Add route API /tenant

* [v2] Add transformation REGO results into a string

* [v2] added combined support for rego/legacy templates, created a folder to store rego templates

* [v2] extended Inpteval with methods to support content aggregation

* [v2] fixed route scheduler

* [v2] added support for load rego templates from url

* [v2] some rego clean up, added correct server url to templates

* [v2] misc fix to slack rego

* [v2] added malware section to slack rego template.

* [v2] added aggregation rego templates

* [v2] config example with new structure (rego templates with body, package or url)

* [v2] modified Dockerfile to include bundled rego templates

* [v2] removed eventservice as it's not going to be used anymore

* [v2] added code to skip unique id check if payload is not a scan

* [v2] plugin references batch rename

* [v2] added plugins sections to route

* [v2] added url, rego package and v1 renderer to UI

* [v2] renamed Integrations to Outputs in Vue code

* [v2] added few fixes to plugin settings testing

* [v2] added few missed fixes

* [v2] fixed UI to support Route plugins

* [v2] added frontend validation fixes

* [v2] new config structure with plugins section

* [v2] fixed issue when webhook quits if one template is configured incorrectly

* [v2] fixed some tests

* [v2] excluded some areas where spell checker checks source code (variable names, ... etc)

* [v2] on more attempt to fix codespell check

* [v2] fixed race condition in tests

* [v2] added more scanservice tests

* [v2] finished tests for scanservice package

* [v2] moved route scheduler to scanservice package

* [v2] added tests for 'routes' package

* [v2] initial set of tests for 'regoservice' package

* [v2] added more tests for 'regoservice' package

* [v2] added tests for db service

* [v2] added more tests for 'alertmgr' package

* [v2] fixed typo

* [v2] added more tests for 'alertmgr' package

* [v2] fixed grammar

* [v2] more unit tests to improve coverage

* [v2] added test for 'formatting' package

* [v2] added more test cases to route handling test

* [v2] added more cases to 'regoservice' package tests

* [v2] added accidentally removed method

* [v2] improvements for 'regoservice' unit tests

* [v2] added more test to alertmgr

* [v2] added more tests for scanservice

* [v2] added more testing to alertmgr

* [v2] added draft readme for Postee v2

* [v2] misc readme fixes

* [v2] added image to readme

* [v2] renamed alertmgr to router

* [v2] renamed scanservice to msgservice

* [v2] added one more test for dbservice

* [v2] added more tests for ParseCfg

* [v2] modified dbservice to increase coverage

* [v2] added tests to check error handling in dbservice

* [v2] modified bucket names

* [v2] bucket rename (missed change)

* [v2] fixed output stats to collect count of output invocation correctly

* [v2] renamed rego templates/packages

* [v2] fixed appearance and messages according to meeting notes

* [v2] renamed config options to lowercase with dash separator

* [v2] added more details to v2 README

* [v2] added more details to README.md

* [v2] made v2 README default

* [v2] moved audit rego template example to example folder

* [v2] fixed Postee Reload

* [v2] added documentation sections about UI

* [v2] added UI screenshot

* [v2] minor changes in readme

* [v2] added warning message when v1 config is used

* [v2] fixed some TODOs

* [v2] added some checks for missed fields

* [v2] fixed loop indexes in rego template

* [v2] fixed table markup

* fixed some PR notes

* [v2] Replace the done channel into the Daemonize function

* [v2] added fixes for PR notes

* [v2] misc usage fix

Co-authored-by: AMF <[email protected]>

v1.1.4

Toggle v1.1.4's commit message
Release v.1.1.4

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix goreleaser modules (aquasecurity#135)

* Fix GOPATH problem for goreleaser

* fix a path to main file

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[issue-121] Add publish a binary file for Ubuntu 18.04 (aquasecurity#133

)

* [issue-121] Add publish a binary file for Ubuntu 18.04

* [issue-121] Fix codespell errors

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Issue 112 (aquasecurity#116)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: publish docker ecr (aquasecurity#70)

Co-authored-by: Carol Valencia <[email protected]>

v1.0.1

Toggle v1.0.1's commit message
fix: secrets envs for github action