fix: [CI SKIP] Clarified the wording on the Picol inclusion.

This commit is contained in:
James Wells 2021-06-03 19:43:29 -07:00
parent c482679b7d
commit d32986de00
Signed by: jwells
GPG key ID: 73196D10B8E65666
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,8 @@ steps:
### Re-run the scan, but this time looking for critical vulnerabilities that we want to block for.
- trivy image --skip-update --exit-code 1 --severity CRITICAL ${DRONE_REPO}:${DRONE_COMMIT}
# - name: Create Test Environment
# image: dragonheim/terraform:latest
- name: Notify Datadog That We Have Completed
image: masci/drone-datadog

View file

@ -4,7 +4,7 @@
### @TODO
Document the G'Agent TCL language extension.
We are using Picol as a vendor package though we have modified it specific to support a subset of the [Agent Tcl / D'Agents](http://www.cs.dartmouth.edu/~dfk/agents/pub/agents/doc.5.1.ps.gz) language extensions.
We are using [Lain Dono](mailt:lain.dono@gmail.com)'s [Picol](https://github.com/lain-dono/picol.go) package though we will be modifying it specific to support a subset of the [Agent Tcl / D'Agents](http://www.cs.dartmouth.edu/~dfk/agents/pub/agents/doc.5.1.ps.gz) language extensions and modern versions of Go.
The language extensions can be found in the [LANGUAGE.md](https://git.dragonheim.net/dragonheim/gagent/src/branch/main/LANGUAGE.md) file.